From: Alvaro Herrera Date: Thu, 21 Apr 2022 17:12:21 +0000 (+0200) Subject: Standardize references to Zstandard as X-Git-Tag: REL_15_BETA1~117 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=586955dddecc95e0003262a3954ae83b68ce0372;p=thirdparty%2Fpostgresql.git Standardize references to Zstandard as 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 --- diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 43cc5f6f5b2..bcfd5a1a106 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -307,10 +307,10 @@ $ENV{MSBFLAGS}="/m"; - ZSTD + Zstandard - Required for supporting ZSTD compression - method. Binaries and source can be downloaded from + Required for supporting Zstandard compression. + Binaries and source can be downloaded from . diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index df32025a86f..c5850780291 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -273,7 +273,7 @@ su - postgres - You need zstd, if you want to support + You need Zstandard, if you want to support compression of data with that method; see . The minimum required version is 1.4.0. @@ -996,7 +996,7 @@ build-postgresql: - Build with ZSTD compression support. + Build with Zstandard compression support.