Re: pg_archivecleanup should remove WAL files also in pg_xlog?

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: pg_archivecleanup should remove WAL files also in pg_xlog?
Дата
Msg-id 4D05CB11.9080104@enterprisedb.com
обсуждение исходный текст
Ответ на pg_archivecleanup should remove WAL files also in pg_xlog?  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: pg_archivecleanup should remove WAL files also in pg_xlog?  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
On 13.12.2010 08:44, Fujii Masao wrote:
> pg_archivecleanup removes unnecessary WAL files from the archive, but not
> from pg_xlog directory. So, after failover, those WAL files might
> exist in pg_xlog and be archived again later.

A file that has already been archived successfully should not be 
archived again. The server keeps track of which files it has already 
archived with the .ready/.done files.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: auxiliary functions for record type
Следующее
От: tv@fuzzy.cz
Дата:
Сообщение: Re: proposal : cross-column stats