BTree tid operators and opclass - Mailing list pgsql-patches

From Greg Stark
Subject BTree tid operators and opclass
Date
Msg-id 87hd1uny7s.fsf@stark.xeocode.com
Whole thread Raw
Responses Re: BTree tid operators and opclass  (Bruce Momjian <bruce@momjian.us>)
Re: BTree tid operators and opclass  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: BTree tid operators and opclass  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Here's a small patch to add the full suite of btree operators for tids and the
corresponding btree opclass. This came up a while back on -hackers and a few
people were interested in it at the time. I just had a need for it again so I
added it.

I'm not sure how to allocate OIDs. I just looked for the greatest one in the
various .h files and started from there. It leads to some strange
discontinuities since there were existing = and <> operators.



--
greg

Attachment

pgsql-patches by date:

Previous
From: Petr Jelinek
Date:
Subject: Re: Client build of MSVC6+ patch
Next
From: Bruce Momjian
Date:
Subject: Re: BTree tid operators and opclass