BTree tid operators and opclass

From: Greg Stark <gsstark(at)mit(dot)edu>
To: pgsql-patches(at)postgresql(dot)org
Subject: BTree tid operators and opclass
Date: 2006-07-06 22:51:51
Message-ID: 87hd1uny7s.fsf@stark.xeocode.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

Attachment Content-Type Size
tidops.patch2 application/octet-stream 11.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-07-07 00:27:48 Re: BTree tid operators and opclass
Previous Message Petr Jelinek 2006-07-06 22:01:28 Re: Client build of MSVC6+ patch