[pgpool-committers: 4947] pgpool: Fix pgpool_setup to make replication slots properly.
Tatsuo Ishii
ishii at postgresql.org
Tue Aug 7 21:43:29 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.
Branches
--------
SCRAM_AUTH
master
query_cache
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