Re: Recovery control functions

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Recovery control functions
Date: 2011-01-14 11:15:32
Message-ID: 1295003732.12442.8.camel@ebony
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2011-01-14 at 11:09 +0000, Simon Riggs wrote:
> Functions to control recovery, to aid PITR and Hot Standby.
> pg_is_xlog_replay_paused()
> pg_xlog_replay_pause()
> pg_xlog_replay_resume()
>
> recovery.conf parameter: pause_at_recovery_target (bool)

And now with the correct patch.

--
Simon Riggs http://www.2ndQuadrant.com/books/
PostgreSQL Development, 24x7 Support, Training and Services

Attachment Content-Type Size
recovery_control.v2.patch text/x-patch 11.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2011-01-14 11:15:50 Re: ALTER TABLE ... ADD FOREIGN KEY ... NOT ENFORCED
Previous Message Simon Riggs 2011-01-14 11:09:06 Recovery control functions