Re: pgsql: Use quicksort, not replacement selection, for external sorting.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <rhaas(at)postgresql(dot)org>, Peter Geoghegan <pg(at)heroku(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Use quicksort, not replacement selection, for external sorting.
Date: 2016-04-08 14:47:13
Message-ID: 14896.1460126833@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

I wrote:
> Robert Haas <rhaas(at)postgresql(dot)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".

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-04-08 14:49:20 pgsql: Set PAM_RHOST item for PAM authentication
Previous Message Tom Lane 2016-04-08 14:40:44 Re: pgsql: Use quicksort, not replacement selection, for external sorting.