Re: BUG #6671: Killed restore command causes postmaster to exit

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #6671: Killed restore command causes postmaster to exit
Дата
Msg-id 23488.1338504797@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #6671: Killed restore command causes postmaster to exit  (edward@heroku.com)
Список pgsql-bugs
edward@heroku.com writes:
> We have this thing where we kill the restore command sometimes, to ensure
> it's not stuck.

Um, what makes you think that's a good idea?

> This has rarely led to postmaster dying afterwards instead of retrying.

"Rarely"?  As I read the code, it will happen every single time.
Failure of the restore process is a failure, we do not retry.
(The general theory is that if you think you need retries, you
should code the restore_command to handle that.)

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #6668: hashjoin cost problem
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: BUG #6666: pg_upgrade 9.2beta1 plpython/plpython2