Re: 7.4: FATAL: terminating connection due to administrator command

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: 7.4: FATAL: terminating connection due to administrator command
Дата
Msg-id 20304.1072367270@sss.pgh.pa.us
обсуждение исходный текст
Ответ на 7.4: FATAL: terminating connection due to administrator command  (Dmitry Knyazev <dfr@wm.ru>)
Список pgsql-bugs
Dmitry Knyazev <dfr@wm.ru> writes:
>   Im using postgres 7.4 build from source on FreeBSD 4.9 with pglogd
>   for storing apache logs.
>   When apache load becomes moderate enough, postgres exits with message:
>     FATAL:  terminating connection due to administrator command

Something is sending SIGTERM signals to your backend processes (or, if
the postmaster stops too, SIGINT to the postmaster).  Find out what's
doing that and make it stop ;-).  I'd bet on "ulimit" or some other
resource-limiting feature.

            regards, tom lane

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

Предыдущее
От: Tammy Jones
Дата:
Сообщение: Re: [JDBC] BUG #1026: org.apache.commons.dbcp.DbcpException:
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1027: incorrect result from 'order by'