Re: exit status 26

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dan Moschuk <dan(at)freebsd(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: exit status 26
Date: 2001-01-11 23:58:32
Message-ID: 13195.979257512@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dan Moschuk <dan(at)freebsd(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Eisentraut 2001-01-12 00:03:12 Re: PostgreSQL v7.1BETA3 Bundled and Available ...
Previous Message Jeffery L Post 2001-01-11 23:48:21 Select * from ( Select etc..)