pgsql: Rename pgindent options - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Rename pgindent options
Date
Msg-id E1rG5Ck-00B8qH-Cm@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename pgindent options

--show-diff becomes --diff, and --silent-diff becomes --check. These
options may now be given together. Without --check, --diff will exit
with a zero status even if diffs are found. With --check, it will now
exit with a non-zero status in that case.

Author: Tristan Partin
Reviewed-by: Daniel Gustafsson, Jelte Fennema-Nio

Discussion: https://postgr.es/m/CXLX2XYTH9S6.140SC6Y61VD88@neon.tech

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/387aecc948ed2fa39e04f84d9eea086d32ebd42e

Modified Files
--------------
src/tools/pgindent/pgindent     | 39 +++++++++++++++++++++------------------
src/tools/pgindent/pgindent.man | 12 ++++++------
2 files changed, 27 insertions(+), 24 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: doc: Fix typo in pg_combinebackup documentation
Next
From: Michael Paquier
Date:
Subject: Re: pgsql: Remove MSVC scripts