Re: [HACKERS] How to add a new build-in operator
| От | Thomas Lockhart |
|---|---|
| Тема | Re: [HACKERS] How to add a new build-in operator |
| Дата | |
| Msg-id | 37F9FB79.D3AA52B5@alumni.caltech.edu обсуждение |
| Ответ на | How to add a new build-in operator ("Hiroshi Inoue" <Inoue@tpf.co.jp>) |
| Ответы |
Scan by TID (was RE: [HACKERS] How to add a new build-in operator)
|
| Список | pgsql-hackers |
> I'm planning to implement a new type of scan,scan by TID.
> It's on TODO * Allow WHERE restriction on ctid.
> First,I want to define an equal operator between TID.
> Seems OID's 1700-1799 are reserved for numeric type.
> Can I use 1800 as its OID ?
Certainly, or perhaps it would be better to recycle an OID from
farther down? We have some open values, and if you only need a few it
would work well.
You probably already know this, but just in case,
cd src/include/catalog
./unused_oids
will help you find some OIDs to use.
- Thomas
--
Thomas Lockhart lockhart@alumni.caltech.edu
South Pasadena, California
В списке pgsql-hackers по дате отправления: