pgsql: Standardize references to Zstandard as <productname>

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Standardize references to Zstandard as <productname>
Date: 2022-04-21 17:14:30
Message-ID: E1nhaNy-000SUj-B4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/586955dddecc95e0003262a3954ae83b68ce0372

Modified Files
--------------
doc/src/sgml/install-windows.sgml | 6 +++---
doc/src/sgml/installation.sgml | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-04-21 20:23:38 pgsql: Rethink method for assigning OIDs to the template0 and postgres
Previous Message Alvaro Herrera 2022-04-21 17:03:19 pgsql: CREATE PUBLICATION ref: Minor tweaks to row filters