> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Andrew Dunstan
> Sent: 10 November 2005 14:30
> To: PostgreSQL-development
> Subject: [HACKERS] pg_proc.h
>
>
> contains the following:
>
> /* ----------------
> * initial contents of pg_proc
> * ----------------
> */
>
> /* keep the following ordered by OID so that later changes
> can be made
> easier */
>
>
> which has manifestly not been followed. Should we fix the
> file or remove
> the second comment?
I vote for fixing the file (but then I'm not doing the work).
Unused_oids or whatevers it's called is fine, but it's still handy to be
able to read the file easily.
Regards, Dave
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match