Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 586955d

Browse files
committed
Standardize references to Zstandard as <productname>
Some places used ZSTD, which isn't widely used anywhere. Use ZSTD only to refer to the environment variable; use zstd (all lowercase) to refer to the utility. Per complaint from Justin Pryzby. Discussion: https://postgr.es/m/20220414003301.GT26620@telsasoft.com
1 parent bb85eec commit 586955d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/src/sgml/install-windows.sgml

+3-3
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,10 @@ $ENV{MSBFLAGS}="/m";
307307
</varlistentry>
308308

309309
<varlistentry>
310-
<term><productname>ZSTD</productname></term>
310+
<term><productname>Zstandard</productname></term>
311311
<listitem><para>
312-
Required for supporting <productname>ZSTD</productname> compression
313-
method. Binaries and source can be downloaded from
312+
Required for supporting <productname>Zstandard</productname> compression.
313+
Binaries and source can be downloaded from
314314
<ulink url="https://github.com/facebook/zstd/releases"></ulink>.
315315
</para></listitem>
316316
</varlistentry>

doc/src/sgml/installation.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ su - postgres
273273

274274
<listitem>
275275
<para>
276-
You need <productname>zstd</productname>, if you want to support
276+
You need <productname>Zstandard</productname>, if you want to support
277277
compression of data with that method; see
278278
<xref linkend="guc-wal-compression"/>.
279279
The minimum required version is 1.4.0.
@@ -996,7 +996,7 @@ build-postgresql:
996996
<term><option>--with-zstd</option></term>
997997
<listitem>
998998
<para>
999-
Build with <productname>ZSTD</productname> compression support.
999+
Build with <productname>Zstandard</productname> compression support.
10001000
</para>
10011001
</listitem>
10021002
</varlistentry>

0 commit comments

Comments
 (0)