[pgpool-committers: 4919] pgpool: Add support for replication slot to pgpool_setup.

Tatsuo Ishii ishii at postgresql.org
Tue Aug 7 21:43:28 JST 2018


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.

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

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