[pgpool-committers: 4945] pgpool: Set max_replication_slots when -s option is specified.

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


Set max_replication_slots when -s option is specified.

Older version of PostgreSQL sets max_replication_slots to 0, which
prevents PostgreSQL from starting up if replication slots are used.
So set max_replication_slots to "number of database clusters + 10".
This should be enough.

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

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

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



More information about the pgpool-committers mailing list