XLogArchivingActive - Mailing list pgsql-hackers

From Andreas Pflug
Subject XLogArchivingActive
Date
Msg-id 44758E68.5060805@pse-consulting.de
Whole thread Raw
Responses Re: XLogArchivingActive
List pgsql-hackers
Currently, WAL files will be archived as soon as archive_command is set.  IMHO, this is not desirable if no permanent
backupis wanted, but only 
 
scheduled online backup because; it will flood the wal_archive 
destination with files that will never be used.

I propose to introduce a GUC "permanent_archiving" or so, to select 
whether wal archiving happens permanently or only when a backup is in 
progress (i.e. between pg_start_backup and pg_stop_backup).


Regards,
Andreas


pgsql-hackers by date:

Previous
From: "Gurjeet Singh"
Date:
Subject: Re: compiling source code!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Next
From: "Massimiliano Poletto"
Date:
Subject: Re: problem with PQsendQuery/PQgetResult and COPY FROM statement