Re: B-Tree support function number 3 (strxfrm() optimization) - Mailing list pgsql-hackers

From Peter Geoghegan
Subject Re: B-Tree support function number 3 (strxfrm() optimization)
Date
Msg-id CAM3SWZQEG9DuKU3eLPxPP=eAQ_aiiH4o808Sbky2tff8oOoKww@mail.gmail.com
Whole thread Raw
In response to Re: B-Tree support function number 3 (strxfrm() optimization)  (Peter Geoghegan <pg@heroku.com>)
Responses Re: B-Tree support function number 3 (strxfrm() optimization)
List pgsql-hackers
On Fri, Sep 5, 2014 at 7:45 PM, Peter Geoghegan <pg@heroku.com> wrote:
> Attached additional patches are intended to be applied on top off most
> of the patches posted on September 2nd [1].


I attach another amendment/delta patch, intended to be applied on top
of what was posted yesterday. I neglected to remove some abort logic
that was previously only justified by the lack of opportunistic
"memcmp() == 0" comparisons in all instances, rather than just with
abbreviated keys.

--
Peter Geoghegan

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Patch for psql History Display on MacOSX
Next
From: "David E. Wheeler"
Date:
Subject: Re: jsonb format is pessimal for toast compression