Add support for replication slot to pgpool_setup.
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 15 Apr 2018 11:32:32 +0000 (20:32 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 15 Apr 2018 11:32:32 +0000 (20:32 +0900)
commit4867cf2d2e2331567c43bd810af425025abafa4a
tree765df37b3dfe3260cd49a632bb3a61bf308e6652
parenteb54a763a856778f110832a52b19a5f42fa1db0b
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.
doc.ja/src/sgml/ref/pgpool_setup.sgml
doc/src/sgml/ref/pgpool_setup.sgml
src/test/pgpool_setup