Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Patches > Re: Patch to ad...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 3643 of 3917
Post > Topic >>

Re: Patch to add a feature to pg_standby

by heikki@[EMAIL PROTECTED] ("Heikki Linnakangas") Apr 30, 2008 at 11:29 AM

chris.johnson@[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 <auxiliary command> option implemented by this patch
> enables that coordination.  I considered adding the ability to override
the
> restoreCommand, however by keeping this separate and optional it is
> possible to force retries of the auxiliary command until successful and
> still utilize pg_usleep instead of looping within an external script or
> command.  And the previous behavior of pg_standby remains unchanged
(other
> than debug logging and do***enting the option in usage) if the new
option
> is omitted.
> 
> I added this feature to help with synchronization of a content
repository
> consisting of a PostgreSQL db for meta-information and a separate file
> store for content.
> The auxiliary command enables forcing an rsync of the file store that is
at
> least as current as the found WAL segment file's db changes, and
prevents
> recovery of that WAL file unless the rsync can be performed
successfully.
> 
> (See attached file: pg_standby.c.diff)

This could be implemented by a "pass-through" restore_command, that 
calls pg_standby, and does the custom action when pg_standby returns 
successfully. Or perhaps you could run the custom action in whatever 
script is copying the files to the directory.

-- 
   Heikki Lin****angas
   EnterpriseDB   http://www.enterprisedb.com

-- 
Sent via pgsql-patches mailing list (pgsql-patches@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches
 




 1 Posts in Topic:
Re: Patch to add a feature to pg_standby
heikki@[EMAIL PROTECTED]   2008-04-30 11:29:40 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Thu Jul 24 12:47:31 CDT 2008.