BUG #2924: pg_ctl reports 'server starting' after fatal error

From: "Dave Page" <dpage(at)postgresql(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #2924: pg_ctl reports 'server starting' after fatal error
Date: 2007-01-23 10:30:41
Message-ID: 200701231030.l0NAUftH083235@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 2924
Logged by: Dave Page
Email address: dpage(at)postgresql(dot)org
PostgreSQL version: 8.3dev
Operating system: XP Pro
Description: pg_ctl reports 'server starting' after fatal error
Details:

In case someone gets an urge to fix this:

FATAL: database files are incompatible with server
DETAIL: The database cluster was initialized with CATALOG_VERSION_NO
200701081, but the server was compiled with CATALOG_VERSION_NO 200701211.
HINT: It looks like you need to initdb.
server starting

Obviously the server did not start!

Browse pgsql-bugs by date

  From Date Subject
Next Message Adriaan van Os 2007-01-23 19:48:29 Re: BUG #2905: min and max return incorrect text type
Previous Message Tom Lane 2007-01-23 06:04:43 Re: BUG #2915: Not working: GRANT * TO GROUP *