Re: pg_stop_backup does not complete

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: pg_stop_backup does not complete
Дата
Msg-id 4B8CB050.2020609@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: pg_stop_backup does not complete  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: pg_stop_backup does not complete  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: pg_stop_backup does not complete
Следующее
От: Nikhil Sontakke
Дата:
Сообщение: Re: plpgsql: numeric assignment to an integer variable errors out