mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Clean up some GUC declarations and comments
This adjusts a few things for GUCs related to logical replication, replication slots and WAL senders, in the shape of incorrect comments and values inconsistent with their initial default value. Author: Peter Smith Reviewed-by: Nathan Bossart, Tom Lane, Justin Pryzby Discussion: https://postgr.es/m/CAHut+PtHE0XSfjjRQ6D4v7+dqzCw=d+1a64ujra4EX8aoc_Z+w@mail.gmail.com
This commit is contained in:
@ -118,8 +118,8 @@ bool am_cascading_walsender = false; /* Am I cascading WAL to another
|
||||
* standby? */
|
||||
bool am_db_walsender = false; /* Connected to a database? */
|
||||
|
||||
/* User-settable parameters for walsender */
|
||||
int max_wal_senders = 0; /* the maximum number of concurrent
|
||||
/* GUC variables */
|
||||
int max_wal_senders = 10; /* the maximum number of concurrent
|
||||
* walsenders */
|
||||
int wal_sender_timeout = 60 * 1000; /* maximum time to send one WAL
|
||||
* data message */
|
||||
|
Reference in New Issue
Block a user