pgsql: Implement dry-run mode for pg_archivecleanup

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Implement dry-run mode for pg_archivecleanup
Дата
Msg-id E1RsduD-0007Pt-RU@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Implement dry-run mode for pg_archivecleanup

In dry-run mode, just the name of the file to be removed is printed to
stdout; this is so the user can easily plug it into another program
through a pipe.  If debug mode is also specified, a more verbose message
is printed to stderr.

Author: Gabriele Bartolini
Reviewer: Josh Kupershmidt

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b2e431a4db81a735d1474c4d1565a20b835878c9

Modified Files
--------------
contrib/pg_archivecleanup/pg_archivecleanup.c |   23 ++++++++++++++++++++++-
doc/src/sgml/pgarchivecleanup.sgml            |    9 +++++++++
2 files changed, 31 insertions(+), 1 deletions(-)


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Properly free the sslcompression field in PGconn
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Try to be more consistent about accepting denormalized float8 nu