Re: The Data Base System is in recovery mode

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: The Data Base System is in recovery mode
Date: 2000-09-28 08:52:38
Message-ID: Pine.LNX.4.21.0009281050450.363-100000@peter
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The Hermit Hacker writes:

> Pointers to what this is? Do we have it documented anywhere? Search
> engine, of course, is done, so can't search there ...

From experience, not from code knowledge, this happens when some backend
crashed and took the others with it and the postmaster is _recovering_
from that event (i.e., reinitializing). Should go away in a few seconds,
normally.

--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Philip Warner 2000-09-28 09:09:45 pg_dump and sequences - RFC
Previous Message Peter Eisentraut 2000-09-28 08:49:58 Re: Reimplementing permission checks for rules