pg_proc without oid?

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: peter_e(at)gmx(dot)net
Subject: pg_proc without oid?
Date: 2007-02-19 09:16:28
Message-ID: 20070219091628.GC1153@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Guillaume Smet 2007-02-19 09:50:46 Re: WIP patch - INSERT-able log statements
Previous Message Magnus Hagander 2007-02-19 08:53:47 Re: pg_restore fails with a custom backup file