Re: BLCKSZ 0? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: BLCKSZ 0?
Date
Msg-id 16918.983335569@sss.pgh.pa.us
Whole thread Raw
In response to BLCKSZ 0?  ("Dominic J. Eidson" <sauron@the-infinite.org>)
Responses Re: BLCKSZ 0?  ("Dominic J. Eidson" <sauron@the-infinite.org>)
List pgsql-hackers
"Dominic J. Eidson" <sauron@the-infinite.org> writes:
> Any suggestion why postmaster/postgres would think it had been compiled
> with BLCKSZ 0? :

> root@blue:/usr/local/pgsql# su postgres -c "bin/postmaster -D
> /usr/local/pgsql/data "
> 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.

Read that again --- it did *not* say it was compiled with BLCKSZ 0.
It said (or meant, anyway) it found zero in the pg_control field that
indicates the BLCKSZ in use in the database.  Something's broken with
your pg_control file ... care to give more details?

            regards, tom lane

pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: Re: Release in 2 weeks ...
Next
From: "Oliver Elphick"
Date:
Subject: Re: [ODBC] Re: Release in 2 weeks ...