Re: exit status 26

From: Dan Moschuk <dan(at)freebsd(dot)org>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: exit status 26
Date: 2001-01-12 04:34:09
Message-ID: 20010111233409.A10053@spirit.jaded.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-01-12 05:09:35 Re: How to tell if that UPDATE worked?
Previous Message drevil 2001-01-12 04:20:59 Re: How to tell if that UPDATE worked?