Reclassify replication-related GUC variables as "master" and "standby".
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +67 −48 |
| src/backend/utils/misc/guc.c | modified | +17 −15 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +16 −7 |
| src/include/utils/guc_tables.h | modified | +3 −2 |