New system OIDS inside include/catalog/pg_proc.h

From: "Greg Sabino Mullane" <greg(at)turnstep(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: New system OIDS inside include/catalog/pg_proc.h
Date: 2002-01-25 15:25:49
Message-ID: E16U8IA-00063N-00@tisch.mail.mindspring.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)turnstep(dot)com
PGP Key: 0x14964AC8 200201251014

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

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-01-25 15:26:07 Re: new module contrib/tree for 7.2 ?
Previous Message Tom Lane 2002-01-25 15:19:25 Re: RTREE Index on primary key generated by a sequence