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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pgsql: Use quicksort, not replacement selection, for external sorting.
Дата
Msg-id CA+Tgmob-jYSP2fh7LpQnqpeaz2Zyuax3n7XfuMY67J8U9YdWJg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Use quicksort, not replacement selection, for external sorting.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Attempt to fix breakage due to declaration following code.
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: pgsql: Phrase full text search.