Re: switch WAL segment - Mailing list pgsql-hackers

From Tom Lane
Subject Re: switch WAL segment
Date
Msg-id 17351.1091981090@sss.pgh.pa.us
Whole thread Raw
In response to Re: switch WAL segment  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Andreas Pflug wrote:
>> Tom Lane wrote:
>>> Do we have a TODO for allowing users to
>>> force switching to a new WAL file segment?
>> 
>> Together with PITR, this might make sense?

> I thought about this, and it would perhaps help, but it would bloat the
> archive location if used repeatedly, perhaps every minute so you have a
> recent version.  It also might not work on server shutdown because there
> might not be time to do the archive.  I think we are going to need a
> solution to archive the current file in a different way.

More to the point, if we did think that was worth doing then we'd just
make pg_start_backup do it automatically.  There's still no need for
user control.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Ready for Beta ... ?
Next
From: Tom Lane
Date:
Subject: Re: Ready for Beta ... ?