Re: SortSupport for UUID type

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: SortSupport for UUID type
Date: 2015-11-06 00:10:21
Message-ID: CAM3SWZR7xv_9p4V2xpatk2xK7Jxmcz8B6BjAbKtAwhxBEmAK=A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

--
Peter Geoghegan

Attachment Content-Type Size
0001-Add-SortSupport-routine-for-UUID-data-type.patch text/x-patch 8.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2015-11-06 01:09:16 Re: GIN data corruption bug(s) in 9.6devel
Previous Message Jeff Janes 2015-11-06 00:05:22 Re: GIN data corruption bug(s) in 9.6devel