Re: Unintended shutdown in postgres 7.4

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Chad N(dot) Tindel" <chad(at)tindel(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Unintended shutdown in postgres 7.4
Date: 2003-12-10 15:21:07
Message-ID: 6360.1071069667@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Chad N. Tindel" <chad(at)tindel(dot)net> writes:
> LOG: received fast shutdown request
> LOG: aborting any active transactions
> FATAL: terminating connection due to administrator command

> However, nobody issued a "fast shutdown request".

*Something* sent the postmaster a SIGINT. You need to figure out what.

I'd wonder about "ulimit" or other resource-consumption limits.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Seum-Lim Gan 2003-12-10 19:50:39 dyntest.pgc not working in 7.4 ?
Previous Message Barrie Slaymaker 2003-12-10 14:40:53 Re: [7.3.3] select with stable function not being optimized to index scan