Re: typos

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Subject: Re: typos
Date: 2022-04-20 21:38:42
Message-ID: 20220420213842.GB10057@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

  • Re: typos at 2022-04-20 21:32:08 from Alvaro Herrera

Responses

  • Re: typos at 2022-05-11 02:03:34 from Justin Pryzby

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2022-04-20 21:43:09 Re: Query generates infinite loop
Previous Message Tomas Vondra 2022-04-20 21:33:19 Assert failure in CTE inlining with view and correlated subquery