Re: detecting a dead db not seeming to work

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: detecting a dead db not seeming to work
Дата
Msg-id 17640.1093532279@sss.pgh.pa.us
обсуждение исходный текст
Ответ на detecting a dead db not seeming to work  (Graeme Hinchliffe <graeme.hinchliffe@zeninternet.co.uk>)
Ответы Re: detecting a dead db not seeming to work  (Graeme Hinchliffe <graeme.hinchliffe@zeninternet.co.uk>)
Список pgsql-general
Graeme Hinchliffe <graeme.hinchliffe@zeninternet.co.uk> writes:
> However one of the tests I performed was to kill -9 the postmaster
> process to see how it would handle that (assuming the same behaviour).
> However nothing happens!  no segfault, no db connection failure etc.

That's the intended behavior on postmaster crash.  It doesn't (and
shouldn't) affect existing backends.

> If I kill my daemon which is trying to talk to it, postgres starts
> without problem agian!
> it's as though my daemon trying to talk to it is keeping the connection
> open and preventing the db from being started!

A new postmaster can't start until the last old backend is gone.  This
is a necessary interlock to avoid data corruption.

            regards, tom lane

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

Предыдущее
От: "Leonardo Francalanci"
Дата:
Сообщение: space taken by a row & compressed data
Следующее
От: Graeme Hinchliffe
Дата:
Сообщение: Re: detecting a dead db not seeming to work