Re: More work on SortSupport for text - strcoll() and strxfrm() caching

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: More work on SortSupport for text - strcoll() and strxfrm() caching
Date: 2015-10-08 00:09:33
Message-ID: CAM3SWZRNT3t+fEfhJsZeg2PLQNhryqxWA1NUg30e_+2A3kWC6Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Oct 6, 2015 at 1:16 PM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
> If you would care to revise the patch accordingly, I will commit it
> (barring objections from others, of course).

Here is a revision of 0001-*, with both BSWAP32() and BSWAP64() in a
new header, src/port/pg_bswap.h.

No revisions were required to any other patch in the patch series to
make this work, and so I only include a revised 0001-*.

--
Peter Geoghegan

Attachment Content-Type Size
0001-Provide-for-unsigned-comparisons-of-abbreviated-keys.patch text/x-patch 10.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2015-10-08 02:55:00 Re: cash_mul_int8 / cash_div_int8
Previous Message Stephen Frost 2015-10-07 19:06:50 Re: bugs and bug tracking