Re: Server crashing

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Don Drake <dondrake(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Server crashing
Date: 2005-04-11 06:29:25
Message-ID: 22320.1113200965@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Don Drake <dondrake(at)gmail(dot)com> writes:
> My server is crashing on a delete statement.
> Here's the error message in the log file:

> LOG: 00000: received fast shutdown request
> LOCATION: pmdie, postmaster.c:1736

That says that something sent the postmaster a SIGINT signal.
I think it's highly unlikely that the DELETE statement did it.

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2005-04-11 06:40:58 Re: Never ending delete story
Previous Message Steve Poe 2005-04-11 05:35:08 Re: Is Indexed View Supported in psql 7.1.3??