[HACKERS] meaning of backend exit code 2?

2008-06-04 Thread Jeffrey Baker
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. Is there anything in postgres which would exit with code 2, or should I be looking at libraries and junk dragged in by languages?

Re: [HACKERS] meaning of backend exit code 2?

2008-06-04 Thread Tom Lane
Jeffrey Baker [EMAIL PROTECTED] 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.

Re: [HACKERS] meaning of backend exit code 2?

2008-06-04 Thread Jeffrey Baker
On Wed, Jun 4, 2008 at 11:31 AM, Tom Lane [EMAIL PROTECTED] wrote: Jeffrey Baker [EMAIL PROTECTED] 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