]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/postgresql/templates/default/postgresql.conf.erb
Configure database for logical replication
[chef.git] / cookbooks / postgresql / templates / default / postgresql.conf.erb
index 6022ea6c5801ae2a57efa69522e6435fa31ea2f3..3c84ec994081343b1085d421228ce726e4bf5ae2 100644 (file)
@@ -86,6 +86,7 @@ archive_command = '<%= @settings[:archive_command] || @defaults[:archive_command
 # - Sending Server(s) -
 
 max_wal_senders = <%= @settings[:max_wal_senders] || @defaults[:max_wal_senders] %>
+max_replication_slots = <%= @settings[:max_replication_slots] || @defaults[:max_replication_slots] %>
 
 # - Standby Servers -