Re: Impatient warm standby - Recovery spam in pg_log/startup.log

Поиск
Список
Период
Сортировка
От roman
Тема Re: Impatient warm standby - Recovery spam in pg_log/startup.log
Дата
Msg-id 1345772799291-5721039.post@n5.nabble.com
обсуждение исходный текст
Ответ на Impatient warm standby - Recovery spam in pg_log/startup.log  (Joseph Marlin <jmarlin@saucontech.com>)
Список pgsql-novice
That's how I fixed it, by editing the restore_command parameter in
recovery.conf:

restore_command='test -f /var/pgsql/primary-wal-archive/%f && cp
/var/pgsql/primary-wal-archive/%f %p'

Basically, it's testing for the existence of the file before trying to copy
it.



--
View this message in context:
http://postgresql.1045698.n5.nabble.com/Impatient-warm-standby-Recovery-spam-in-pg-log-startup-log-tp5713094p5721039.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.


В списке pgsql-novice по дате отправления:

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: (More) Questions about stored procedures
Следующее
От: Raymond McKolay
Дата:
Сообщение: Re: Vacuum error message