diff options
| author | Tom Lane | 2011-07-07 19:10:32 +0000 |
|---|---|---|
| committer | Tom Lane | 2011-07-07 19:11:41 +0000 |
| commit | 60a81ad13374265cf9aecdc72daecd0410936779 (patch) | |
| tree | 9a9ae4269bc79a11281f7de067711c81d8aadfe2 /src/include/utils/guc_tables.h | |
| parent | 5b2b444f66363ee4132b9e398c0535fa59765a63 (diff) | |
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.
Diffstat (limited to 'src/include/utils/guc_tables.h')
| -rw-r--r-- | src/include/utils/guc_tables.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/utils/guc_tables.h b/src/include/utils/guc_tables.h index a1ca012ef9a..7f8c69fcf4d 100644 --- a/src/include/utils/guc_tables.h +++ b/src/include/utils/guc_tables.h @@ -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, |
