Re: VACUUM causes violent postmaster death - Mailing list pgsql-hackers

From Tom Lane
Subject Re: VACUUM causes violent postmaster death
Date
Msg-id 8747.973298596@sss.pgh.pa.us
Whole thread Raw
In response to Re: VACUUM causes violent postmaster death  (Dan Moschuk <dan@freebsd.org>)
List pgsql-hackers
Dan Moschuk <dan@freebsd.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


pgsql-hackers by date:

Previous
From: Alfred Perlstein
Date:
Subject: Re: Alpha FreeBSD port of PostgreSQL !!!
Next
From: Tom Lane
Date:
Subject: Re: Transaction ID wraparound: problem and proposed solution