Re: SortSupport for UUID type - Mailing list pgsql-hackers

From Robert Haas
Subject Re: SortSupport for UUID type
Date
Msg-id CA+TgmoZyvMab5L4E8z3LXRuh6qOtQ0K7S+_z4Xd5U_1J=fqX5g@mail.gmail.com
Whole thread Raw
In response to Re: SortSupport for UUID type  (Peter Geoghegan <pg@heroku.com>)
List pgsql-hackers
On Thu, Nov 5, 2015 at 7:10 PM, Peter Geoghegan <pg@heroku.com> wrote:
> On Thu, Oct 8, 2015 at 5:27 PM, Peter Geoghegan <pg@heroku.com> wrote:
>> This is more or less lifted from numeric_abbrev_convert_var(). Perhaps
>> you should change it there too. The extra set of parenthesis are
>> removed in the attached patch. The patch also mechanically updates
>> things to be consistent with the text changes on the text thread [1]
>> -- I had to rebase.
>
> Attached is almost the same patch, but rebased. This was required
> because the name of our new macro was changed to
> DatumBigEndianToNative() at the last minute.

Committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby
Next
From: Robert Haas
Date:
Subject: Re: SortSupport for UUID type