Thread: Server crashing
View Single Post

   
  #2 (permalink)  
Old 04-18-2008, 11:29 AM
Tom Lane
 
Posts: n/a
Default Re: Server crashing

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

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org

Reply With Quote