Re: 9.5 release notes

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 9.5 release notes
Date: 2015-06-26 18:37:23
Message-ID: CAM3SWZTfd1EO5LGNY-kD4km6DpyjiPnGPhrRpiOTk8qMyLDWuw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jun 26, 2015 at 11:29 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:
>
> OK, but how about this wording instead?

That seems fine.

> BTW, shouldn't Andrew also be credited here, since he did the work on
> datum sorts?

Andrew's work was entirely confined to making datum sorts work with
abbreviation, which seems entirely orthogonal (but was enough to make
me want to credit him as an author of abbreviated keys, even after
breaking out his work on numeric support into a separate item). This
particular piece of work has nothing to do with the datum sort case,
though.

Datum sorts always supported SortSupport. This commit, 5ea86e6e6,
really should have been in 9.2 (especially since it had a net-negative
code footprint and clearly simplified tuplesort), and had nothing to
do with abbreviation -- it went in before abbreviation, and before it
was 100% clear that abbreviation would ever land.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-06-26 18:40:50 Re: PANIC in GIN code
Previous Message Alvaro Herrera 2015-06-26 18:35:24 Re: BRIN index bug due to WAL refactoring