Re: uuid patch 3.0 (8.3devel)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
Cc: Neil Conway <neilc(at)samurai(dot)com>, pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: uuid patch 3.0 (8.3devel)
Date: 2007-01-28 16:42:24
Message-ID: 14343.1170002544@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Gevik Babakhani <pgdev(at)xs4all(dot)nl> writes:
> Is the following OK?
> ....
> * IDENTIFICATION
> * $PostgreSQL$

Yeah, that's the appropriate starting point --- CVS will take it from there.

>> Please drop the conversions to/from varchar; text is sufficient.

> Do you also mean to also remove the casts to/from varchar? (also the
> catalog entries?)

I'm sorry, I wasn't clear enough. The pg_cast entries are fine, I was
just objecting to the redundant underlying functions. If you look at
the other datatypes they use the same functions for casts to text and
varchar.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2007-01-28 16:43:27 Re: msvc patch for pgbison.bat
Previous Message Tom Lane 2007-01-28 16:40:06 Re: uuid patch 3.0 (8.3devel)