Re: typos - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: typos
Date
Msg-id 20220420213842.GB10057@telsasoft.com
Whole thread Raw
In response to Re: typos  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: typos  (Justin Pryzby <pryzby@telsasoft.com>)
List pgsql-hackers
On Wed, Apr 20, 2022 at 11:32:08PM +0200, Alvaro Herrera wrote:
> On 2022-Apr-19, Alvaro Herrera wrote:
> 
> > I propose we standardize on <productname>Zstd</productname> everywhere.
> > Users can look it up if they're really interested.
> 
> So the attached.
> 
> There are other uses of <literal>zstd</literal>, but those are referring to the
> executable program.

This one shouldn't be changed, or not like this?

> @@ -560,7 +560,7 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl'
>      <varlistentry>
>       <term><varname>ZSTD</varname></term>
>       <listitem><para>
> -      Path to a <application>zstd</application> command. The default is
> +      Path to a <application>Zstd</application> command. The default is
>        <literal>zstd</literal>, which will search for a command by that
>        name in the configured <envar>PATH</envar>.
>       </para></listitem>

Maybe it should say s/a/the/, like:

-      Path to a <application>zstd</application> command. The default is
+      Path to the <application>zstd</application> command. The default is



pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Assert failure in CTE inlining with view and correlated subquery
Next
From: Peter Geoghegan
Date:
Subject: More problems with VacuumPageHit style global variables