Re: GUCs to control abbreviated sort keys

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: GUCs to control abbreviated sort keys
Дата
Msg-id 5527738835f7800a19e2b7aaafdd7c6708d99ef7.camel@j-davis.com
обсуждение исходный текст
Ответ на Re: GUCs to control abbreviated sort keys  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
On Tue, 2023-01-24 at 19:43 -0600, Justin Pryzby wrote:
> I think "an optimization, if applicable" is either too terse, or
> somehow
> wrong.  Maybe:
>
> > Enables or disables the use of abbreviated keys, a sort
> > optimization...

Done.

> > +        optimization could return wrong results. Set to
> > +        <literal>true</literal> if certain that
> > <function>strxfrm()</function>
> > +        can be trusted.
>
> "if you are certain"; or "if it is ..."

Done.

Thank you, rebased patch attached.

--
Jeff Davis
PostgreSQL Contributor Team - AWS



Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: plpython vs _POSIX_C_SOURCE
Следующее
От: Tom Lane
Дата:
Сообщение: Re: heapgettup() with NoMovementScanDirection unused in core?