Martijn van Oosterhout <kleptog@svana.org> writes:
> I notice that in pg_proc.h each line is assigned an OID. Do I just pick the
> next available one or is there a method there?
Pick anything that's not shown as used by the unused_oids script (but be
sure to run that against up-to-date sources from CVS).
> I've rediffed against the latest CVS and everything went except one file
> disappeared (sql_help.h).
That file is generated during build, it's not in CVS.
regards, tom lane