[pgpool-committers: 5010] pgpool: Add -r option to pgpool_setup to allow use of pg_rewind.

Tatsuo Ishii ishii at postgresql.org
Tue Aug 7 21:43:29 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.

Branches
--------
SCRAM_AUTH
master
query_cache

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