From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Rename pgindent options |
Date: | 2023-12-20 22:38:18 |
Message-ID: | E1rG5Ck-00B8qH-Cm@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2023-12-20 23:22:38 | Re: pgsql: Remove MSVC scripts |
Previous Message | Daniel Gustafsson | 2023-12-20 22:10:38 | pgsql: doc: Fix typo in pg_combinebackup documentation |