Fix pgpool_setup to make replication slots properly.
authorTatsuo Ishii <ishii@postgresql.org>
Fri, 4 May 2018 22:20:14 +0000 (07:20 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Fri, 4 May 2018 22:20:14 +0000 (07:20 +0900)
commit50b4d2780efbaac8f93fc1bc9b45292ff2576cd6
treecad66fd28bf34b9d52aec7d8765d7604b62a035f
parent4621577c09faddb0feae56f4e28a5edd1cde4054
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.
src/test/pgpool_setup