Make pg_recievexlog by default loop on connection failures

Magnus Hagander <magnus@hagander.net>

Commit: 16282ae688de2b320cf176e9be8a89e4dfc60698
Author: Magnus Hagander <magnus@hagander.net>
Date: 2012-05-27T09:05:24Z
Releases: 9.2.0
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