Re: meaning of backend exit code 2?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jeffrey Baker" <jwbaker(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: meaning of backend exit code 2?
Date: 2008-06-04 18:31:27
Message-ID: 27722.1212604287@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Jeffrey Baker" <jwbaker(at)gmail(dot)com> writes:
> I have a need to find out the meaning of a backend exiting unexpectedly with
> exit code 2. Leafing through the source of 8.1 I can't really find it.

But are you running 8.1? In 8.2 and up this is the expected result from
SIGQUIT.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeffrey Baker 2008-06-04 18:46:43 Re: meaning of backend exit code 2?
Previous Message Jeff Davis 2008-06-04 18:26:02 Re: Core team statement on replication in PostgreSQL