Re: server closed the connection unexpectedly

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: server closed the connection unexpectedly
Дата
Msg-id 20259.1187667642@sss.pgh.pa.us
обсуждение исходный текст
Ответ на server closed the connection unexpectedly  (Jessica Richard <rjessil@yahoo.com>)
Список pgsql-admin
Jessica Richard <rjessil@yahoo.com> writes:
> server closed the connection unexpectedly
>         This probably means the server terminated abnormally
>         before or while processing the request.

> If this a Postgres disconnection or a disconnection on the OS side?

Well, you can't tell for certain from the client side.  The postmaster
log would tell.  But unless you have a flaky network, this is probably
the result of a backend crash :-(.  Can you reproduce it, or get a gdb
stack trace?

            regards, tom lane

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

Предыдущее
От: "Medi Montaseri"
Дата:
Сообщение: Re: Building source code of PostgreSQl-7.1
Следующее
От: Tom Lane
Дата:
Сообщение: Re: After adjusting checkpoint related entries in postgresql.conf...