[pgpool-committers: 4708] pgpool: Fix pgpool_setup to make replication slots properly.

Tatsuo Ishii ishii at postgresql.org
Sat May 5 07:22:59 JST 2018


Fix pgpool_setup to make replication slots properly.

It only created pgpool_setup_slot1. It should create
pgpool_setup_slot0, pgpool_setup_slot1... pgpool_setup_slotN, where N
= number of nodes -1.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=50b4d2780efbaac8f93fc1bc9b45292ff2576cd6

Modified Files
--------------
src/test/pgpool_setup | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list