Re: pgsql: Use quicksort, not replacement selection, for external sorting. - Mailing list pgsql-committers

From Robert Haas
Subject Re: pgsql: Use quicksort, not replacement selection, for external sorting.
Date
Msg-id CA+Tgmob-jYSP2fh7LpQnqpeaz2Zyuax3n7XfuMY67J8U9YdWJg@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Use quicksort, not replacement selection, for external sorting.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
On Fri, Apr 8, 2016 at 10:47 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I wrote:
>> Robert Haas <rhaas@postgresql.org> writes:
>>> Use quicksort, not replacement selection, for external sorting.
>
>> This patch evidently broke several of the Windows buildfarm critters,
>
> On inspection, the problem is obviously "declaration in the middle of
> a code block".

Woops.  Attempted a fix.

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


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Attempt to fix breakage due to declaration following code.
Next
From: Teodor Sigaev
Date:
Subject: Re: pgsql: Phrase full text search.