]> granicus.if.org Git - postgresql/commit
Make pg_recievexlog by default loop on connection failures
authorMagnus Hagander <magnus@hagander.net>
Sun, 27 May 2012 09:05:24 +0000 (11:05 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 27 May 2012 09:05:24 +0000 (11:05 +0200)
commit16282ae688de2b320cf176e9be8a89e4dfc60698
treeafcdccdc812a01494100a14638653d4c023980b6
parent2b97db61dd0bffb0843eb2ea9be054d925e88ef1
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.
doc/src/sgml/ref/pg_receivexlog.sgml
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/pg_receivexlog.c
src/bin/pg_basebackup/streamutil.c