pgsql: Introduce long options in pg_archivecleanup

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Introduce long options in pg_archivecleanup
Дата
Msg-id E1qF7vG-0019Ws-8m@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Introduce long options in pg_archivecleanup

This patch is a preliminary refactoring for an upcoming patch aimed at
adding new options to this tool, and using long options for these is
more user-friendly.  The existing short options gain long flavors, as
of:
* -d/--debug
* -n/--dry-run
* -x/--strip-extension

Author: Atsushi Torikoshi
Reviewed-by: Fujii Masao, Kyotaro Horiguchi, Michael Paquier
Discussion: https://postgr.es/m/d660ef741ce3d82f3b4283f1cafd576c@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dd7c60f1935ad3354bc77de09431313d7b0719ef

Modified Files
--------------
doc/src/sgml/ref/pgarchivecleanup.sgml        |  5 ++++-
src/bin/pg_archivecleanup/pg_archivecleanup.c | 22 +++++++++++++++-------
2 files changed, 19 insertions(+), 8 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix marking of indisvalid for partitioned indexes at creation
Следующее
От: Amit Langote
Дата:
Сообщение: pgsql: Add a test case for a316a3bc