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

From Hannu Krosing
Subject Re: Question about explain of index scan
Date
Msg-id 1125863057.5610.39.camel@fuji.krosing.net
Whole thread Raw
In response to Re: Question about explain of index scan  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Question about explain of index scan
List pgsql-hackers
On R, 2005-09-02 at 11:03 -0400, Tom Lane wrote:
> 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...

Does this mean that Slony's usage of btree index on XID gives
(occasionally) wrong results ?

-- 
Hannu Krosing <hannu@skype.net>



pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Locale implementation questions
Next
From: Tom Lane
Date:
Subject: Re: Proof of concept COLLATE support with patch