Re: Patch pg_is_in_backup() - Mailing list pgsql-hackers

From Gilles Darold
Subject Re: Patch pg_is_in_backup()
Date
Msg-id 4F2ACC37.9030902@dalibo.com
Whole thread Raw
In response to Re: Patch pg_is_in_backup()  (Marti Raudsepp <marti@juffo.org>)
Responses Re: Patch pg_is_in_backup()  (Bernd Helmle <mailings@oopsware.de>)
List pgsql-hackers
Le 02/02/2012 12:23, Marti Raudsepp a écrit :
> On Mon, Jan 30, 2012 at 20:33, Gilles Darold <gilles.darold@dalibo.com> wrote:
>> After some time searching for a Pg system administration function like
>> pg_is_in_recovery(), let's say pg_is_in_backup(), I couldn't find one.
>> The minor patch attached here adds this administrative function that can
>> be used with others backup control functions. This is a very little
>> patch outside documentation because the function is only a wrapper to
>> the internal BackupInProgress() function, just like pg_is_in_recovery()
>> is calling RecoveryInProgress().
> I think it would be more useful to have a function that returns a
> timestamp when the backup started. That way, it's possible to write a
> generic monitoring script that alerts the sysadmin only when a backup
> has been running for too long, but is silent for well-behaved backups.

For now the internal function BackupInProgress() only return a boolean.
I like the idea that pg_is_in_backup() just works as pg_is_in_recovery()
do. I mean it doesn't return the timestamp of the recovery starting time
but only true or false.

Maybe we can have an other function that will return all information
available in the backup_label file ?

Regards,

--
Gilles Darold
http://dalibo.com - http://dalibo.org



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: heap_tuple_needs_freeze false positive
Next
From: Robert Haas
Date:
Subject: Re: heap_tuple_needs_freeze false positive