pg_basebackup: Clean created directories on failure Like initdb, clean up created data and xlog directories, unless the new -n/--noclean option is specified.
Tablespace directories are not cleaned up, but a message is written about that. Reviewed-by: Masahiko Sawada <sawada.m...@gmail.com> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/9083353b15c3cf8e7bbac104a81ad42281178cdf Modified Files -------------- doc/src/sgml/ref/pg_basebackup.sgml | 18 +++++ src/bin/pg_basebackup/pg_basebackup.c | 98 ++++++++++++++++++++++++++-- src/bin/pg_basebackup/t/010_pg_basebackup.pl | 10 ++- 3 files changed, 119 insertions(+), 7 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers