Re: SortSupport for UUID type

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SortSupport for UUID type
Date: 2015-11-06 17:18:28
Message-ID: CA+TgmoZyvMab5L4E8z3LXRuh6qOtQ0K7S+_z4Xd5U_1J=fqX5g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Nov 5, 2015 at 7:10 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> On Thu, Oct 8, 2015 at 5:27 PM, Peter Geoghegan <pg(at)heroku(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2015-11-06 17:19:10 Re: SortSupport for UUID type
Previous Message Andres Freund 2015-11-06 16:52:35 Re: Re: BUG #13685: Archiving while idle every archive_timeout with wal_level hot_standby