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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dmitry Knyazev <dfr(at)wm(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: 7.4: FATAL: terminating connection due to administrator command
Date: 2003-12-25 15:47:50
Message-ID: 20304.1072367270@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Dmitry Knyazev <dfr(at)wm(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2003-12-25 16:19:53 Re: BUG #1027: incorrect result from 'order by'
Previous Message ezra epstein 2003-12-25 00:44:44 %ROWTYPE in RETURNS clause of CREATE FUNCTION statement causes a parser error. Postges 7.4 & 7.4.1