Re: BTree tid operators and opclass

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: BTree tid operators and opclass
Date: 2006-07-21 20:53:18
Message-ID: 7843.1153515198@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Greg Stark <gsstark(at)mit(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2006-07-21 23:39:20 Re: [PATCHES] Generic Monitoring Framework with DTrace patch
Previous Message Peter Eisentraut 2006-07-21 16:47:57 Re: [PATCHES] Generic Monitoring Framework with DTrace patch