pgsql: Reclassify replication-related GUC variables as "master" and "st

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reclassify replication-related GUC variables as "master" and "st
Date: 2011-07-07 19:12:06
Message-ID: E1Qetza-0000Hv-EA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/db43ec43cc4ea68a45ee3364488285edbd790893

Modified Files
--------------
doc/src/sgml/config.sgml | 115 ++++++++++++++----------
src/backend/utils/misc/guc.c | 32 ++++---
src/backend/utils/misc/postgresql.conf.sample | 23 ++++--
src/include/utils/guc_tables.h | 5 +-
4 files changed, 103 insertions(+), 72 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-07-07 19:55:42 pgsql: Fix use of unportable %m format
Previous Message Robert Haas 2011-07-07 19:09:31 pgsql: Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.