Re: XLogArchivingActive - Mailing list pgsql-hackers

From Tom Lane
Subject Re: XLogArchivingActive
Date
Msg-id 12529.1148565776@sss.pgh.pa.us
Whole thread Raw
In response to XLogArchivingActive  (Andreas Pflug <pgadmin@pse-consulting.de>)
Responses Re: XLogArchivingActive
List pgsql-hackers
Andreas Pflug <pgadmin@pse-consulting.de> writes:
> 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).

This is silly.  Why not just turn archiving on and off?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Rename standard_conforming_strings to standard_strings
Next
From: Tom Lane
Date:
Subject: Re: problem with PQsendQuery/PQgetResult and COPY FROM statement