Re: [PATCHES] Patch to add a feature to pg_standby

2008-04-30 Thread Simon Riggs
On Wed, 2008-04-30 at 08:29 -0700, David Fetter wrote: > On Wed, Apr 30, 2008 at 03:43:54PM +0100, Simon Riggs wrote: > > On Wed, 2008-04-30 at 07:31 -0700, David Fetter wrote: > > > On Wed, Apr 30, 2008 at 12:49:44PM +0100, Simon Riggs wrote: > > > > On Wed, 2008-04-30 at 11:29 +0100, Heikki Linna

Re: [PATCHES] Patch to add a feature to pg_standby

2008-04-30 Thread David Fetter
On Wed, Apr 30, 2008 at 03:43:54PM +0100, Simon Riggs wrote: > On Wed, 2008-04-30 at 07:31 -0700, David Fetter wrote: > > On Wed, Apr 30, 2008 at 12:49:44PM +0100, Simon Riggs wrote: > > > On Wed, 2008-04-30 at 11:29 +0100, Heikki Linnakangas wrote: > > > > This could be implemented by a "pass-thro

Re: [PATCHES] Patch to add a feature to pg_standby

2008-04-30 Thread Simon Riggs
On Wed, 2008-04-30 at 07:31 -0700, David Fetter wrote: > On Wed, Apr 30, 2008 at 12:49:44PM +0100, Simon Riggs wrote: > > On Wed, 2008-04-30 at 11:29 +0100, Heikki Linnakangas wrote: > > > This could be implemented by a "pass-through" restore_command, > > > that calls pg_standby, and does the custo

Re: [PATCHES] Patch to add a feature to pg_standby

2008-04-30 Thread David Fetter
On Wed, Apr 30, 2008 at 12:49:44PM +0100, Simon Riggs wrote: > On Wed, 2008-04-30 at 11:29 +0100, Heikki Linnakangas wrote: > > This could be implemented by a "pass-through" restore_command, > > that calls pg_standby, and does the custom action when pg_standby > > returns successfully. > > Yes, t

Re: [PATCHES] Patch to add a feature to pg_standby

2008-04-30 Thread chris . johnson
Simon Riggs <[EMAIL PROTECTED]> wrote on 04/30/2008 07:49:44 AM: > On Wed, 2008-04-30 at 11:29 +0100, Heikki Linnakangas wrote: > > [EMAIL PROTECTED] wrote: > > > When using pg_standby to remain in recovery mode on a warm standby system, > > > if there is a need to perform other actions in coordin

Re: [PATCHES] Patch to add a feature to pg_standby

2008-04-30 Thread Simon Riggs
On Wed, 2008-04-30 at 11:29 +0100, Heikki Linnakangas wrote: > [EMAIL PROTECTED] wrote: > > When using pg_standby to remain in recovery mode on a warm standby system, > > if there is a need to perform other actions in coordination with recovery > > actions, the -x option implemented by this patch

Re: [PATCHES] Patch to add a feature to pg_standby

2008-04-30 Thread Heikki Linnakangas
[EMAIL PROTECTED] wrote: When using pg_standby to remain in recovery mode on a warm standby system, if there is a need to perform other actions in coordination with recovery actions, the -x option implemented by this patch enables that coordination. I considered adding the ability to override t

Re: [PATCHES] Patch to add a feature to pg_standby

2008-04-02 Thread Simon Riggs
On Wed, 2008-04-02 at 12:43 -0400, [EMAIL PROTECTED] wrote: > Please consider incorporating this feature. Thanks, sounds very interesting. I'll have a look in more detail over next few days. -- Simon Riggs 2ndQuadrant http://www.2ndQuadrant.com -- Sent via pgsql-patches mailing list (pg

[PATCHES] Patch to add a feature to pg_standby

2008-04-02 Thread chris . johnson
When using pg_standby to remain in recovery mode on a warm standby system, if there is a need to perform other actions in coordination with recovery actions, the -x option implemented by this patch enables that coordination. I considered adding the ability to override the restoreCommand, however