Re: Server crashing - Mailing list pgsql-performance

From Tom Lane
Subject Re: Server crashing
Date
Msg-id 22320.1113200965@sss.pgh.pa.us
Whole thread Raw
In response to Server crashing  (Don Drake <dondrake@gmail.com>)
Responses Re: Server crashing  (Don Drake <dondrake@gmail.com>)
List pgsql-performance
Don Drake <dondrake@gmail.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

pgsql-performance by date:

Previous
From: Steve Poe
Date:
Subject: Re: Is Indexed View Supported in psql 7.1.3??
Next
From: Tom Lane
Date:
Subject: Re: Never ending delete story