Re: detecting binary backup in progress - Mailing list pgsql-hackers

From Andres Freund
Subject Re: detecting binary backup in progress
Date
Msg-id 20130531174213.GF4606@awork2.anarazel.de
Whole thread Raw
In response to detecting binary backup in progress  (Joe Conway <mail@joeconway.com>)
Responses Re: detecting binary backup in progress  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
On 2013-05-31 10:38:56 -0700, Joe Conway wrote:
> I can check for the presence of $PGDATA/backup_label in order to detect
> a backup in progress (i.e. pg_start_backup() has been run and
> pg_stop_backup() has not yet been run).
> 
> However there is a period of time after pg_start_backup() is first
> executed to when it completes, during which backup_label file does not
> exist yet, but the backup has essentially been started. Is there any
> way to detect this state?

9.3 has pg_is_in_backup() for that. I don't think there's a way to
detect it safely without C code before that.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: Behavior of a pg_trgm index for 2 (or < 3) character LIKE queries
Next
From: Thom Brown
Date:
Subject: Re: detecting binary backup in progress