[pgpool-hackers: 2796] Re: [pgpool-committers: 4715] pgpool: Add -r option to pgpool_setup to allow use of pg_rewind.

Tatsuo Ishii ishii at sraoss.co.jp
Thu May 10 11:39:18 JST 2018


I have added new switch "-r" which allows pgpool_setup to use
pg_rewind command for online recovery script.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

From: Tatsuo Ishii <ishii at postgresql.org>
Subject: [pgpool-committers: 4715] pgpool: Add -r option to pgpool_setup to allow use of pg_rewind.
Date: Wed, 09 May 2018 08:41:38 +0000
Message-ID: <E1fGKfK-0008JO-5N at gothos.postgresql.org>

> 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-hackers mailing list