mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Reclassify replication-related GUC variables as "master" and "standby".
Per discussion, this structure seems more understandable than what was there before. Make config.sgml and postgresql.conf.sample agree. In passing do a bit of editorial work on the variable descriptions.
This commit is contained in:
@ -67,8 +67,9 @@ enum config_group
|
||||
WAL_SETTINGS,
|
||||
WAL_CHECKPOINTS,
|
||||
WAL_ARCHIVING,
|
||||
WAL_REPLICATION,
|
||||
WAL_STANDBY_SERVERS,
|
||||
REPLICATION,
|
||||
REPLICATION_MASTER,
|
||||
REPLICATION_STANDBY,
|
||||
QUERY_TUNING,
|
||||
QUERY_TUNING_METHOD,
|
||||
QUERY_TUNING_COST,
|
||||
|
Reference in New Issue
Block a user