[pgpool-committers: 4715] pgpool: Add -r option to pgpool_setup to allow use of pg_rewind.
Tatsuo Ishii
ishii at postgresql.org
Wed May 9 17:41:38 JST 2018
Add -r option to pgpool_setup to allow use of pg_rewind.
With this option, pgpool_setup creates basebackup.sh which tries
pg_rewind first. If it fails, falls back to rsync.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=719fbaa76324b1c11932f598763555c60bb0c527
Modified Files
--------------
doc.ja/src/sgml/ref/pgpool_setup.sgml | 36 +++++++++++++++++++--
doc/src/sgml/ref/pgpool_setup.sgml | 23 +++++++++++++
src/test/pgpool_setup | 61 ++++++++++++++++++++++++++++++-----
3 files changed, 110 insertions(+), 10 deletions(-)
More information about the pgpool-committers
mailing list