New system OIDS inside include/catalog/pg_proc.h - Mailing list pgsql-hackers

From Greg Sabino Mullane
Subject New system OIDS inside include/catalog/pg_proc.h
Date
Msg-id E16U8IA-00063N-00@tisch.mail.mindspring.net
Whole thread Raw
Responses Re: New system OIDS inside include/catalog/pg_proc.h  (Peter Eisentraut <peter_e@gmx.net>)
Re: New system OIDS inside include/catalog/pg_proc.h  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I am in the process of adding some external interfaces to the temporary 
relations (started as a goal of being able to view temporary 
tables in psql with \d). How do I choose a new OID when adding something 
to include/catalog/pg_proc.h? The comments say to "keep the following 
ordered by OID" and then "OIDS 1 - 99" but then we jump right into 
OIDs 1242,1243,1244,31,1245, etc. What are the guidelines for choosing a 
new number when creating (for example) a pg_tempname() function?

Thanks,
Greg Sabino Mullane greg@turnstep.com
PGP Key: 0x14964AC8 200201251014

-----BEGIN PGP SIGNATURE-----
Comment: http://www.turnstep.com/pgp.html

iD8DBQE8UXiwvJuQZxSWSsgRAkmqAJ4zrgtNILaqjcCcGxRWc9ab4q3WfwCg0zjD
+c2X3pa13Z1QF4+keJQFs3U=
=2Nan
-----END PGP SIGNATURE-----




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: RTREE Index on primary key generated by a sequence
Next
From: Tom Lane
Date:
Subject: Re: new module contrib/tree for 7.2 ?