Re: VACUUM causes violent postmaster death

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Dan Moschuk <dan(at)freebsd(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: VACUUM causes violent postmaster death
Date: 2000-11-04 00:43:16
Message-ID: 8747.973298596@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dan Moschuk <dan(at)freebsd(dot)org> writes:
> | > Server process (pid 13361) exited with status 26 at Fri Nov 3 17:49:44 2000
> |
> | What's signal 26 on your system?

> #define SIGVTALRM 26 /* virtual time alarm */

Well, that sure shouldn't be happening. You aren't perhaps running it
under a ulimit setting that limits total process CPU time, are you?

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alfred Perlstein 2000-11-04 00:51:15 Re: Alpha FreeBSD port of PostgreSQL !!!
Previous Message Mikheev, Vadim 2000-11-04 00:24:38 RE: Transaction ID wraparound: problem and proposed sol ution