mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +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:
@@ -52,6 +52,7 @@
|
||||
/* max sleep time between cycles (3min) */
|
||||
#define DEFAULT_NAPTIME_PER_CYCLE 180000L
|
||||
|
||||
/* GUC variables */
|
||||
int max_logical_replication_workers = 4;
|
||||
int max_sync_workers_per_subscription = 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user