[pgpool-hackers: 2781] Re: [pgpool-committers: 4650] pgpool: Add support for replication slot to pgpool_setup.

Tatsuo Ishii ishii at sraoss.co.jp
Sun Apr 15 20:41:08 JST 2018


I have added replication slot support to pgpool_setup.

The reason why we need this is explained in the commit message. Since
not all version of PostgreSQL supports replication slot (need
PostreSQL 9.4 or later), this mode is not the default, requires "-s"
options.

> Add support for replication slot to pgpool_setup.
> 
> This eliminates the problem when standby is promoted. When a standby
> is promoted, it changes the time line in PITR archive, which will stop
> other standby if any because of shared archive directory.
> 
> Branch
> ------
> master
> 
> Details
> -------
> https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=4867cf2d2e2331567c43bd810af425025abafa4a
> 
> Modified Files
> --------------
> doc.ja/src/sgml/ref/pgpool_setup.sgml | 28 +++++++++++++++++++++++
> doc/src/sgml/ref/pgpool_setup.sgml    | 20 +++++++++++++++++
> src/test/pgpool_setup                 | 42 ++++++++++++++++++++++++++++++-----
> 3 files changed, 84 insertions(+), 6 deletions(-)
> 


More information about the pgpool-hackers mailing list