On Tue, Mar 8, 2011 at 12:04 PM, Tom Lane wrote:
> Fujii Masao writes:
>> What about the attached patch?
>
>> + ereport(LOG,
>> +
>> (errmsg("Recovery has paused. Execute pg_xlog_replay_resume
Fujii Masao writes:
> What about the attached patch?
> + ereport(LOG,
> +
> (errmsg("Recovery has paused. Execute pg_xlog_replay_resume() to
> continue.")));
This isn't even close to followi
On Tue, Mar 8, 2011 at 9:20 AM, Jaime Casanova wrote:
> On Tue, Feb 8, 2011 at 11:00 PM, Jaime Casanova wrote:
>> On Tue, Feb 8, 2011 at 1:30 PM, Simon Riggs wrote:
>>> Basic Recovery Control functions for use in Hot Standby. Pause, Resume,
>>> Status check functions only. Also, new recovery.con
On Tue, Feb 8, 2011 at 11:00 PM, Jaime Casanova wrote:
> On Tue, Feb 8, 2011 at 1:30 PM, Simon Riggs wrote:
>> Basic Recovery Control functions for use in Hot Standby. Pause, Resume,
>> Status check functions only. Also, new recovery.conf parameter to
>> pause_at_recovery_target, default on.
>>
>
On Wed, Feb 9, 2011 at 1:00 PM, Jaime Casanova wrote:
> On Tue, Feb 8, 2011 at 1:30 PM, Simon Riggs wrote:
>> Basic Recovery Control functions for use in Hot Standby. Pause, Resume,
>> Status check functions only. Also, new recovery.conf parameter to
>> pause_at_recovery_target, default on.
>>
>
On Tue, Feb 8, 2011 at 1:30 PM, Simon Riggs wrote:
> Basic Recovery Control functions for use in Hot Standby. Pause, Resume,
> Status check functions only. Also, new recovery.conf parameter to
> pause_at_recovery_target, default on.
>
I guess that new parameter should also be in recovery.conf.sam
Basic Recovery Control functions for use in Hot Standby. Pause, Resume,
Status check functions only. Also, new recovery.conf parameter to
pause_at_recovery_target, default on.
Simon Riggs, reviewed by Fujii Masao
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=postgresql.