pg_resetxlog bug?
От
Fujii Masao
Тема
pg_resetxlog bug?
Дата
Msg-id
3f0b79eb0904300807y43a96717ued641f6624c2470@mail.gmail.com
Список
Дерево обсуждения
pg_resetxlog bug? Fujii Masao <masao.fujii@gmail.com>
Re: pg_resetxlog bug? Simon Riggs <simon@2ndQuadrant.com>
Re: pg_resetxlog bug? Tom Lane <tgl@sss.pgh.pa.us>
Hi, Current pg_resetxlog doesn't remove any archive status files. This may cause continuous failure of archive command since .ready file remains even if a corresponding XLOG segment is removed. And, .done file without XLOG segment cannot be removed by checkpoint, and would remain forever. These are undesirable behaviors. I think that pg_resetxlog should remove existing archive status files of XLOG segments. Here is the patch to do so. Thought? Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center
В списке pgsql-hackers по дате отправления