Re: Enabling archive_mode without restart - Mailing list pgsql-hackers

From Joshua D. Drake
Subject Re: Enabling archive_mode without restart
Date
Msg-id 490B282E.3030404@commandprompt.com
Whole thread Raw
In response to Re: Enabling archive_mode without restart  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Enabling archive_mode without restart
List pgsql-hackers
Peter Eisentraut wrote:
> Tom Lane wrote:
>> Simon Riggs <simon@2ndQuadrant.com> writes:
>>> Objections?
>>
>> Why is this worth spending effort on?
> 
> The addition of archive_mode changeable with restart only was a 
> significant loss of usability going from 8.2 to 8.3, in the minds of 
> many people.

It certainly makes more sense to do this:

archive_mode = on
pg_ctl reload

archive_mode = off
pg_ctl reload

versus

archive_command = '/path/to/really/long/archive/string'
pg_ctl reload

archive_command = '/bin/true'
pg_ctl reload


So the short question is, "Do we care about sane behavior for our users?"

If the answer is yes then that is *exactly* why it is worth spending 
effort on.

If the answer is no, well it's open source.

Joshua D. Drake




pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Enabling archive_mode without restart
Next
From: Martin Pihlak
Date:
Subject: Re: SQL/MED compatible connection manager