| From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | dz(at)cs(dot)unitn(dot)it (Massimo Dal Zotto) |
| Cc: | hackers(at)postgreSQL(dot)org |
| Subject: | Re: [HACKERS] static oid |
| Date: | 1999-03-24 18:11:54 |
| Message-ID: | 199903241811.NAA11086@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
[Charset ISO-8859-1 unsupported, filtering to ASCII...]
> Hi,
>
> I need some static oids to add new datatypes and procs to the system catalog.
> Can I just grab the first unused oids or should I choose oids from specific
> ranges for types and procs.
See unused_oids in pg/include. If you need a sizable range, I recommend
getting a continious range of them from the end. There is no
partitioning of oids.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 1999-03-24 18:12:15 | Re: [HACKERS] static oid |
| Previous Message | Erik Riedel | 1999-03-24 18:05:58 | Re: [HACKERS] aggregation memory leak and fix |