Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit586955d

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎doc/src/sgml/install-windows.sgml

Lines changed: 3 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp