Re: BLCKSZ 0? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: BLCKSZ 0?
Date
Msg-id 18214.983374766@sss.pgh.pa.us
Whole thread Raw
In response to Re: BLCKSZ 0?  ("Dominic J. Eidson" <sauron@the-infinite.org>)
List pgsql-hackers
"Dominic J. Eidson" <sauron@the-infinite.org> writes:
> DEBUG:  Data Base System is starting up at Tue Feb 27 22:31:51 2001
> FATAL 2:  database was initialized with BLCKSZ 0,
> but the backend was compiled with BLCKSZ 8192.
> looks like you need to initdb.

> So I tried to start up the
> DB using the (supposedly) old/original binaries, and the old data
> directory, which is when I get the above message(s).

Well, those are very clearly 7.0 or later binaries, because 6.5 didn't
have any such crosscheck.  Which is probably why the field's not set,
too ... so your data directory is old but your executables aren't.

            regards, tom lane

pgsql-hackers by date:

Previous
From: "Dominic J. Eidson"
Date:
Subject: Re: BLCKSZ 0?
Next
From: Jaume Teixi
Date:
Subject: Still some problems importing with COPY