pgsql: Rename pgindent options

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Rename pgindent options
Дата
Msg-id E1rG5Ck-00B8qH-Cm@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: doc: Fix typo in pg_combinebackup documentation
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Remove MSVC scripts