Re: Recovery of PGSQL after system crash failing!!!

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Ryan Kirkpatrick <pgsql@rkirkpat.net>
Cc: pgsql-hackers@postgresql.org
Date: 2001-02-11T23:13:57Z
Lists: pgsql-hackers
Ryan Kirkpatrick <pgsql@rkirkpat.net> writes:
> DEBUG: Checkpoint record at (0, 805076492)
> postmaster: reaping dead processes...
> Startup failed - abort

Hm.  All we can tell from this is that the startup subprocess exited
with nonzero status.  Did it leave a corefile?  If so, what's the
stack trace?

			regards, tom lane