pg_proc without oid? - Mailing list pgsql-hackers

From Magnus Hagander
Subject pg_proc without oid?
Date
Msg-id 20070219091628.GC1153@svr2.hagander.net
Whole thread Raw
Responses Re: pg_proc without oid?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
I notice that this patch: 
http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h.diff?r1=1.443&r2=1.444

inserts a bunch of XML related rows in pg_proc without specifying oid.
This breaks the fmgrtab generator on msvc. Most likely because I didn't
think of that case. But since all other rows in pg_proc.h contain the
oid, I just wanted to check if they're actually supposed to be withuot
oid, or if that was a mistake?

//Magnus


pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: pg_restore fails with a custom backup file
Next
From: Tom Dunstan
Date:
Subject: Re: "anyelement2" pseudotype