Make pg_recievexlog by default loop on connection failures Avoids the need for an external script in the most common scenario. Behavior can be overridden using the -n/--noloop commandline parameter.
Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/16282ae688de2b320cf176e9be8a89e4dfc60698 Modified Files -------------- doc/src/sgml/ref/pg_receivexlog.sgml | 19 +++++++++++++++ src/bin/pg_basebackup/pg_basebackup.c | 6 +++++ src/bin/pg_basebackup/pg_receivexlog.c | 39 +++++++++++++++++++++++++++++-- src/bin/pg_basebackup/streamutil.c | 7 +++++- 4 files changed, 67 insertions(+), 4 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
