Re: Server crashing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Server crashing
Дата
Msg-id 22320.1113200965@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Server crashing  (Don Drake <dondrake@gmail.com>)
Ответы Re: Server crashing  (Don Drake <dondrake@gmail.com>)
Список pgsql-performance
Don Drake <dondrake@gmail.com> writes:
> My server is crashing on a delete statement.
> Here's the error message in the log file:

> LOG:  00000: received fast shutdown request
> LOCATION:  pmdie, postmaster.c:1736

That says that something sent the postmaster a SIGINT signal.
I think it's highly unlikely that the DELETE statement did it.

            regards, tom lane

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

Предыдущее
От: Steve Poe
Дата:
Сообщение: Re: Is Indexed View Supported in psql 7.1.3??
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Never ending delete story