Re: exit status 26 - Mailing list pgsql-general

From Dan Moschuk
Subject Re: exit status 26
Date
Msg-id 20010111233409.A10053@spirit.jaded.net
Whole thread Raw
In response to Re: exit status 26  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: exit status 26
List pgsql-general
| > Can someone tell me what a postmaster process exiting with status = 26
| > means?  FWIW, I'm doing a COPY table FROM stdin with about 14 million
| > records to trigger this.
|
| That means it got a signal 26.  Since you didn't mention what platform
| you are on, I'm not going to guess what signal that actually is on
| your Unix.  How about you look in /usr/include/signal.h and/or
| /usr/include/sys/signal.h and tell us?

Oh, sorry, for some reason I thought status = exit code.

Signal 26 on FreeBSD is SIGVTARLM.

--
Man is a rational animal who always loses his temper when he is called
upon to act in accordance with the dictates of reason.
                -- Oscar Wilde

pgsql-general by date:

Previous
From: "Ian deSouza"
Date:
Subject: JDBC org.postresql.Driver
Next
From: Bruce Momjian
Date:
Subject: Re: How to tell if that UPDATE worked?