Re: WAL rotation question version 8.3.0 - Mailing list pgsql-admin

From Evan Rempel
Subject Re: WAL rotation question version 8.3.0
Date
Msg-id 482CA841.8000605@uvic.ca
Whole thread Raw
In response to Re: WAL rotation question version 8.3.0  (Alvaro Herrera <alvherre@commandprompt.com>)
Responses Re: WAL rotation question version 8.3.0  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-admin
Alvaro Herrera wrote:
> Evan Rempel wrote:
>
>> Now to the question.
>>
>> Once the archive_command starts lying about its success, postgresql  deletes
>> a number of the xlog files that it has been told have been successfuly archived.
>> Why does it do this? Can I control it? Can I turn it off?
>
> Because they're no longer needed.
>
> If you want to keep those files, make the archive_command not lie.


Normally posgres will rename the old WAL files that have been archived and are no longer needed,
keeping the number of WAL files constant. In this case, it actually deletes them.
Why is the behaviour different?

--
Evan Rempel

pgsql-admin by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: WAL rotation question version 8.3.0
Next
From: Alvaro Herrera
Date:
Subject: Re: WAL rotation question version 8.3.0