XLogArchivingActive

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема XLogArchivingActive
Дата
Msg-id 44758E68.5060805@pse-consulting.de
обсуждение исходный текст
Ответы Re: XLogArchivingActive  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: "Gurjeet Singh"
Дата:
Сообщение: Re: compiling source code!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Следующее
От: "Massimiliano Poletto"
Дата:
Сообщение: Re: problem with PQsendQuery/PQgetResult and COPY FROM statement