Re: 7.4: FATAL: terminating connection due to administrator command - Mailing list pgsql-bugs

From Tom Lane
Subject Re: 7.4: FATAL: terminating connection due to administrator command
Date
Msg-id 20304.1072367270@sss.pgh.pa.us
Whole thread Raw
In response to 7.4: FATAL: terminating connection due to administrator command  (Dmitry Knyazev <dfr@wm.ru>)
List 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 by date:

Previous
From: Tammy Jones
Date:
Subject: Re: [JDBC] BUG #1026: org.apache.commons.dbcp.DbcpException:
Next
From: Tom Lane
Date:
Subject: Re: BUG #1027: incorrect result from 'order by'