Re: Inconsistency between postgresql.conf and docs - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Inconsistency between postgresql.conf and docs
Date
Msg-id 18299.1310059570@sss.pgh.pa.us
Whole thread Raw
In response to Re: Inconsistency between postgresql.conf and docs  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Inconsistency between postgresql.conf and docs
Re: Inconsistency between postgresql.conf and docs
List pgsql-hackers
Fujii Masao <masao.fujii@gmail.com> writes:
> On Thu, Jun 30, 2011 at 1:34 AM, Josh Berkus <josh@agliodbs.com> wrote:
>> My preference would be to have:
>> 
>> # REPLICATION
>> 
>> # - Master Settings -
>> # these settings affect the master role in replication
>> # they will be ignored on the standby
>> 
>> ... settings ...
>> 
>> # - Standby Settings -
>> # these settings affect the standby role in replication
>> # they will be ignored on the master
>> 
>> ... settings ...
>> 
>> 
>> That's how I've been setting up the file for my customers; it's fairly
>> clear and understandable.

> Looks better than it's now. Anyway, if you change those, you would
> need to change also the config_group in guc.c.

OK, so the plan is to move these settings into a separate top-level
group "Replication", and sub-divide into master and standby settings,
removing the current classification for "streaming" versus
"synchronous"?  That makes sense to me too, but it touches code as
well as docs ... last call for objections ...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [v9.2] Fix leaky-view problem, part 1
Next
From: Joshua Berkus
Date:
Subject: Re: [RRR] 9.2 CF2: 20 days in