Re: BLCKSZ 0?
От | Tom Lane |
---|---|
Тема | Re: BLCKSZ 0? |
Дата | |
Msg-id | 16918.983335569@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | BLCKSZ 0? ("Dominic J. Eidson" <sauron@the-infinite.org>) |
Ответы |
Re: BLCKSZ 0?
|
Список | 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 по дате отправления: