Re: pg_stop_backup does not complete - Mailing list pgsql-hackers

From Greg Smith
Subject Re: pg_stop_backup does not complete
Date
Msg-id 4B8CB050.2020609@2ndquadrant.com
Whole thread Raw
In response to Re: pg_stop_backup does not complete  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: pg_stop_backup does not complete
List pgsql-hackers
Fujii Masao wrote:
> We would be easily able to calculate the last archived log file from
> the existence of archive status files.
>   

Right, but you have to actually scan the whole archive directory to 
figure that out, and I'd rather not see that code get duplicated 
somewhere else when it's already inside the archive_command logic.  If 
it just shared that info with the rest of the system instead this would 
be trivial to discover.

-- 
Greg Smith  2ndQuadrant US  Baltimore, MD
PostgreSQL Training, Services and Support
greg@2ndQuadrant.com   www.2ndQuadrant.us



pgsql-hackers by date:

Previous
From: Greg Smith
Date:
Subject: Re: pg_stop_backup does not complete
Next
From: Nikhil Sontakke
Date:
Subject: Re: plpgsql: numeric assignment to an integer variable errors out