Re: BTree tid operators and opclass - Mailing list pgsql-patches

From Tom Lane
Subject Re: BTree tid operators and opclass
Date
Msg-id 7843.1153515198@sss.pgh.pa.us
Whole thread Raw
In response to BTree tid operators and opclass  (Greg Stark <gsstark@mit.edu>)
List pgsql-patches
Greg Stark <gsstark@mit.edu> writes:
> Here's a small patch to add the full suite of btree operators for tids
> and the corresponding btree opclass.

Having just felt a need for MAX(tid) and MIN(tid) to look into a
performance issue, I went ahead and committed this.  I'm aware that
your later patch for online indexes subsumes this, but that didn't
seem ready to apply ...

            regards, tom lane

pgsql-patches by date:

Previous
From: Marko Kreen
Date:
Subject: [PATCH] Provide 8-byte transaction IDs to user level
Next
From: Joshua Reich
Date:
Subject: Final version of my cube patch - fixed test cases, added documentation