Re: typos

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: typos
Дата
Msg-id YmDfTbMhNtOTWoLL@paquier.xyz
обсуждение исходный текст
Ответ на Re: typos  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: typos
Список pgsql-hackers
On Wed, Apr 20, 2022 at 11:32:08PM +0200, Alvaro Herrera wrote:
> So the attached.
>
> --- a/doc/src/sgml/install-windows.sgml
> +++ b/doc/src/sgml/install-windows.sgml
> @@ -307,9 +307,9 @@ $ENV{MSBFLAGS}="/m";
>      </varlistentry>
>
>      <varlistentry>
> -     <term><productname>ZSTD</productname></term>
> +     <term><productname>Zstd</productname></term>
>       <listitem><para>
> -      Required for supporting <productname>ZSTD</productname> compression
> +      Required for supporting <productname>Zstd</productname> compression

Looking at the zstd project itself for reference or just wiki-sensei,
I don't think that this is correct:
https://github.com/facebook/zstd
https://en.wikipedia.org/wiki/Zstd

Their README uses "zstd" in lower-case, while "Zstd" (first letter
upper-case) is used at the beginning of a sentence.
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Add --{no-,}bypassrls flags to createuser
Следующее
От: Japin Li
Дата:
Сообщение: How to debug JIT-ed code in PostgreSQL using GDB