Make pg_recievexlog by default loop on connection failures
Magnus Hagander <magnus@hagander.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_receivexlog.sgml | modified | +19 −0 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +6 −0 |
| src/bin/pg_basebackup/pg_receivexlog.c | modified | +36 −3 |
| src/bin/pg_basebackup/streamutil.c | modified | +6 −1 |