Re: [HACKERS] Small improvement to compactify_tuples

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [HACKERS] Small improvement to compactify_tuples
Дата
Msg-id 20171128224150.syswowiaiojth7ke@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: [HACKERS] Small improvement to compactify_tuples  (Юрий Соколов <funny.falcon@gmail.com>)
Ответы Re: [HACKERS] Small improvement to compactify_tuples
Список pgsql-hackers
Hi,

On 2017-11-28 23:30:53 +0300, Юрий Соколов wrote:
> index 1a8ee08c8b..607ed6a781 100644
> --- a/src/port/qsort.c
> +++ b/src/port/qsort.c
> @@ -8,7 +8,7 @@
>   *      in favor of a simple check for presorted input.
>   *      Take care to recurse on the smaller partition, to bound stack usage.
>   *
> - *    CAUTION: if you change this file, see also qsort_arg.c, gen_qsort_tuple.pl
> + *    CAUTION: if you change this file, see also qsort_arg.c, qsort_template.h
>   *
>   *    src/port/qsort.c
>   */

Maybe it's a stupid question. But would we still want to have this after
the change? These should be just specializations of the template version
imo.

Greetings,

Andres Freund


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: [HACKERS] Assertion failure when the non-exclusive pg_stop_backup aborted.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [JDBC] [HACKERS] Channel binding support for SCRAM-SHA-256