max_replication_slots
A configuration parameter determining the maximum number of replication slots
max_replication_slots
is a configuration parameter determining the maximum number of replication slots.
max_replication_slots
was added in PostgreSQL 9.4.
Default value
The default value for max_replication_slots
is:
- PostgreSQL 10 and later:
10
- PostgreSQL 9.0 ~ PostgreSQL 9.6 :
0
Change history
- PostgreSQL 10
- default value changed from
0
to10
(commit f6d6d292)
- default value changed from
- PostgreSQL 9.4
- added (commit 858ec118)
References
- PostgreSQL documentation: max_replication_slots