Re: [COMMITTERS] pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search
Date
Msg-id 25149.1206683756@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-hackers
Robert Treat <xzilla@users.sourceforge.net> writes:
>> If you can convince me it's a regression I might reconsider, but I
>> rather doubt that 8.2 was better,

> Well, I can't speak for 8.2, but I have a second system crunching the same 
> data using the same function on 8.1 (on lesser hardware in fact), and it 
> doesn't have these type of issues.

If you can condense it to a test case that is worse on 8.3 than 8.1,
I'm willing to listen...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: [COMMITTERS] pgsql: Fix TransactionIdIsCurrentTransactionId() to use binary search
Next
From: Greg Smith
Date:
Subject: Re: PostgreSQL Replication with read-only access to standby DB