From 586955dddecc95e0003262a3954ae83b68ce0372 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera Date: Thu, 21 Apr 2022 19:12:21 +0200 Subject: [PATCH] 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 --- doc/src/sgml/install-windows.sgml | 6 +++--- doc/src/sgml/installation.sgml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 43cc5f6f5b..bcfd5a1a10 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 df32025a86..c585078029 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.