Re: odd output in restore mode - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: odd output in restore mode
Date
Msg-id 4828FFA6.7000806@dunslane.net
Whole thread Raw
In response to Re: odd output in restore mode  (Robert Treat <xzilla@users.sourceforge.net>)
Responses Re: odd output in restore mode  (Simon Riggs <simon@2ndquadrant.com>)
List pgsql-hackers

Robert Treat wrote:
> On Monday 12 May 2008 18:58:37 Andrew Dunstan wrote:
>   
>> Simon Riggs wrote:
>>     
>>>> Lastly, not quite related to this output, but in the same general area,
>>>> should we have an option on pg_standby to allow removing the archive
>>>> file after it has been restored?
>>>>         
>>> There already is one, but its more complex than that. (%r)
>>>       
>> I was using %r. But the WAL files that have been restored (according to
>> the log) are still in the archive dir. So it looks like %r isn't working
>> properly.
>>
>>     
>
> Are you sure you've moved passed the latest restart point? Just because a WAL 
> file has been processed doesn't mean it can be deleted. 
>
>   

Thanks. It wasn't that, but when I ran with the very latest patches this 
problem went away.

cheers

andrew


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: odd output in restore mode
Next
From: Tom Lane
Date:
Subject: Re: Syntax decisions for pl/pgsql RAISE extension