Re: GUCs to control abbreviated sort keys

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Jeff Davis <pgsql(at)j-davis(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GUCs to control abbreviated sort keys
Date: 2023-01-25 01:43:49
Message-ID: 20230125014349.GM13860@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2023-01-25 01:45:25 Re: Time delayed LR (WAS Re: logical replication restrictions)
Previous Message John Naylor 2023-01-25 01:42:44 bitscan forward/reverse on Windows