[PATCHES] pg_standby remove unsupported switch u

2007-05-22 Thread Pavel Stehule
Hello this patch removes unsupported switch u from description for command. Regards Pavel Stehule *** ./contrib/pg_standby/pg_standby.c.orig 2007-05-22 15:47:42.0 +0200 --- ./contrib/pg_standby/pg_standby.c 2007-05-22 15:48:10.0 +0200 *** *** 379,385

Re: [PATCHES] pg_standby remove unsupported switch u

2007-05-22 Thread Alvaro Herrera
Pavel Stehule escribió: Hello this patch removes unsupported switch u from description for command. Applied, thanks. I noticed that the usage section is not very uniform and could well use a cleanup, but I'm not doing it at this time. -- Alvaro Herrera

Re: [PATCHES] pg_standby Error cleanup

2007-03-03 Thread Bruce Momjian
Patch applied. Thanks. --- Darcy Buskermolen wrote: Please find attached a patch which provides for logging in the event that -k is unable to clean up an old WAL file. Also make the failed to remove file error

Re: [PATCHES] pg_standby Error cleanup

2007-02-26 Thread Bruce Momjian
Your patch has been added to the PostgreSQL unapplied patches list at: http://momjian.postgresql.org/cgi-bin/pgpatches It will be applied as soon as one of the PostgreSQL committers reviews and approves it. ---

[PATCHES] pg_standby Error cleanup

2007-02-20 Thread Darcy Buskermolen
Please find attached a patch which provides for logging in the event that -k is unable to clean up an old WAL file. Also make the failed to remove file error message consistant for the trigger file. -- Darcy Buskermolen Command Prompt, Inc. Sales/Support: +1.503.667.4564 || 24x7/Emergency:

Re: [pgsql-patches] [PATCHES] pg_standby

2007-02-16 Thread Robert Treat
At the risk of starting trouble, is there some reason this was added to contrib and not put on pgfoundry ? On Thursday 08 February 2007 10:09, Bruce Momjian wrote: Patch applied. Thanks. --- Simon Riggs wrote: On

Re: [pgsql-patches] [PATCHES] pg_standby

2007-02-08 Thread Bruce Momjian
Patch applied. Thanks. --- Simon Riggs wrote: On Wed, 2007-01-17 at 16:15 +, Simon Riggs wrote: On Wed, 2007-01-17 at 10:05 -0500, Merlin Moncure wrote: On 12/28/06, Simon Riggs [EMAIL PROTECTED] wrote: On

Re: [PATCHES] pg_standby

2007-02-02 Thread Simon Riggs
On Thu, 2007-02-01 at 15:14 -0500, Doug Knight wrote: Quick question on the -w option; setting it to zero disables, do you mean it waits until the file appears or a trigger file appears, or it just doesn't wait at all? It means it waits forever, or until a trigger file appears - but a trigger

Re: [PATCHES] pg_standby

2007-02-02 Thread Doug Knight
Not at all, in fact I was planning on using the infinite wait, and using something like heartbeat to force creation of the trigger file in the event the primary dies. Thanks Simon! Doug On Fri, 2007-02-02 at 14:38 +, Simon Riggs wrote: On Thu, 2007-02-01 at 15:14 -0500, Doug Knight wrote:

Re: [PATCHES] pg_standby

2007-02-01 Thread Doug Knight
Hi Simon, Quick question on the -w option; setting it to zero disables, do you mean it waits until the file appears or a trigger file appears, or it just doesn't wait at all? Doug Knight WSI Inc Andover, MA On Mon, 2007-01-22 at 13:06 +, Simon Riggs wrote: On Wed, 2007-01-17 at 16:15 +,

Re: [pgsql-patches] [PATCHES] pg_standby

2007-01-22 Thread Simon Riggs
On Wed, 2007-01-17 at 16:15 +, Simon Riggs wrote: On Wed, 2007-01-17 at 10:05 -0500, Merlin Moncure wrote: On 12/28/06, Simon Riggs [EMAIL PROTECTED] wrote: On Thu, 2006-12-28 at 19:26 +, Simon Riggs wrote: On Thu, 2006-12-14 at 12:04 +, Simon Riggs wrote: pg_standby and

Re: [pgsql-patches] [PATCHES] pg_standby

2007-01-17 Thread Merlin Moncure
On 12/28/06, Simon Riggs [EMAIL PROTECTED] wrote: On Thu, 2006-12-28 at 19:26 +, Simon Riggs wrote: On Thu, 2006-12-14 at 12:04 +, Simon Riggs wrote: pg_standby and test framework, in separate .tar files New version (v2), following further testing. Signal handling not included in

Re: [pgsql-patches] [PATCHES] pg_standby

2007-01-17 Thread Doug Knight
I confirm that I am seeing the exact same characteristic. Could you post your rotating script? Thanks, Doug On Wed, 2007-01-17 at 10:05 -0500, Merlin Moncure wrote: On 12/28/06, Simon Riggs [EMAIL PROTECTED] wrote: On Thu, 2006-12-28 at 19:26 +, Simon Riggs wrote: On Thu, 2006-12-14 at

Re: [pgsql-patches] [PATCHES] pg_standby

2007-01-17 Thread Merlin Moncure
On 1/17/07, Doug Knight [EMAIL PROTECTED] wrote: I confirm that I am seeing the exact same characteristic. Could you post your rotating script? note: this is still a work in progress, the crude but effective sleep 5 is due to be replaced with a lock/fifo and there catch_wal.sh needs to be

Re: [pgsql-patches] [PATCHES] pg_standby

2007-01-17 Thread Merlin Moncure
On 1/17/07, Merlin Moncure [EMAIL PROTECTED] wrote: On 1/17/07, Doug Knight [EMAIL PROTECTED] wrote: I confirm that I am seeing the exact same characteristic. Could you post your rotating script? note: this is still a work in progress, the crude but effective sleep 5 is due to be replaced

Re: [pgsql-patches] [PATCHES] pg_standby

2007-01-17 Thread Merlin Moncure
On 1/17/07, Simon Riggs [EMAIL PROTECTED] wrote: new v4 Changes - removed -m command, design flaw in original spec, use -l instead - added -k N command to cleanup archive and leave max N files - fflush() points added to allow Windows debug - bug fix: when .history file present - bug fix:

Re: [PATCHES] pg_standby

2006-12-28 Thread Simon Riggs
On Thu, 2006-12-14 at 12:04 +, Simon Riggs wrote: pg_standby and test framework, in separate .tar files New version (v2), following further testing. Signal handling not included in this version. -- Simon Riggs EnterpriseDB http://www.enterprisedb.com

Re: [PATCHES] pg_standby

2006-12-28 Thread Simon Riggs
On Thu, 2006-12-28 at 19:26 +, Simon Riggs wrote: On Thu, 2006-12-14 at 12:04 +, Simon Riggs wrote: pg_standby and test framework, in separate .tar files New version (v2), following further testing. Signal handling not included in this version. Signal handling now added, tested