Re: Question about explain of index scan - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Question about explain of index scan
Date
Msg-id 14337.1125673404@sss.pgh.pa.us
Whole thread Raw
In response to Re: Question about explain of index scan  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: Question about explain of index scan
Re: Question about explain of index scan
List pgsql-hackers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> I wonder why we don't support more operators on Xid, so these things are
> avoided?  Right now we only have =, AFAIR.

I once started to make a btree opclass for XID, and stopped when it
occurred to me that XID comparison doesn't obey the transitive law.
btree won't like that...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Proof of concept COLLATE support with patch
Next
From: Tom Lane
Date:
Subject: Re: Call for 7.5 feature completion