Re: GUCs to control abbreviated sort keys

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: GUCs to control abbreviated sort keys
Дата
Msg-id 20230125014349.GM13860@telsasoft.com
обсуждение исходный текст
Ответ на GUCs to control abbreviated sort keys  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: GUCs to control abbreviated sort keys
Список pgsql-hackers
On Sat, Jan 21, 2023 at 05:16:01PM -0800, Jeff Davis wrote:

> +     <varlistentry id="guc-sort-abbreviated-keys" xreflabel="sort_abbreviated_keys">
> +      <term><varname>sort_abbreviated_keys</varname> (<type>boolean</type>)
> +      <indexterm>
> +       <primary><varname>sort_abbreviated_keys</varname> configuration parameter</primary>
> +      </indexterm>
> +      </term>
> +      <listitem>
> +       <para>
> +        Enables or disables the use of abbreviated sort keys, an optimization,
> +        if applicable. The default is <literal>true</literal>. Disabling may

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...

> +        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 ..."

-- 
Justin



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

Предыдущее
От: John Naylor
Дата:
Сообщение: bitscan forward/reverse on Windows
Следующее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Time delayed LR (WAS Re: logical replication restrictions)