Re: pg_stop_backup does not complete - Mailing list pgsql-hackers

From Greg Smith
Subject Re: pg_stop_backup does not complete
Date
Msg-id 4B8D1385.1010808@2ndquadrant.com
Whole thread Raw
In response to Re: pg_stop_backup does not complete  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
Simon Riggs wrote:
> On Tue, 2010-03-02 at 13:13 +0000, Greg Stark wrote:
>   
>> Why do we disallow turning off archive_mode anyways? 
>>     
>
> Because it is needed for safety and nobody has got around to coding the
> idea of turning it on/off during normal running, which is possible, with
> appropriate care.
>   

It's actually made it pretty high up on the list of desired features for 
some of the replication projects:  
http://wiki.postgresql.org/wiki/ClusterFeatures#Start.2Fstop_archiving_at_runtime

Since that is one of the easier items on that list to actually knock off 
(probably an order of magnitude so than the average feature there), it's 
completely feasible somebody will do so for 9.1.

-- 
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pg_stop_backup does not complete
Next
From: Greg Stark
Date:
Subject: Re: Anyone know if Alvaro is OK?