On Tue, Sep 25, 2012 at 5:08 PM, Brian Weaver <[email protected]> wrote: > Unless I misread the code, the tar format and streaming xlog are > mutually exclusive. Considering my normal state of fatigue it's not > unlikely. I don't want to have to set my wal_keep_segments > artificially high just for the backup
Correct, you can't use both of those at the same time. That can certainly be improved - but injecting a file into the tar from a different process is far from easy. But one idea might be to just stream the WAL into a *separate* tarfile in this case. -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
