Re: exit status 26 - Mailing list pgsql-general

From Tom Lane
Subject Re: exit status 26
Date
Msg-id 13195.979257512@sss.pgh.pa.us
Whole thread Raw
In response to exit status 26  (Dan Moschuk <dan@freebsd.org>)
Responses Re: exit status 26  (Dan Moschuk <dan@freebsd.org>)
List pgsql-general
Dan Moschuk <dan@freebsd.org> writes:
> 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?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: How to tell if that UPDATE worked?
Next
From: Tom Lane
Date:
Subject: Re: Re: Loading optimization