Re: [HACKERS] 7.0.2 -> 7.0.3 problem - anyone? - Fixed!

2000-11-12 Thread Tom Lane
I said: > if (ControlFile->blcksz != BLCKSZ) > elog(STOP, "database was initialized with BLCKSZ %d,\n\tbut the backend was >compiled with BLCKSZ %d.\n\tlooks like you need to initdb.", ControlFile-> blcksz, BLCKSZ); > But I haven't stress-tested it. From your report, it sounds like

Re: [HACKERS] 7.0.2 -> 7.0.3 problem - anyone? - Fixed!

2000-11-12 Thread Tom Lane
"Mitch Vincent" <[EMAIL PROTECTED]> writes: > It wasn't PostgreSQL, it was me of course! > Seeing as it was so long ago, I forgot that the BLCKSZ on the production > server wasn't 32k, it was 31k (for whatever reason).. When I set the BLCKSZ > lower than that and tried to start the backend it told

Re: [HACKERS] 7.0.2 -> 7.0.3 problem - anyone? - Fixed!

2000-11-12 Thread Mitch Vincent
It wasn't PostgreSQL, it was me of course! Seeing as it was so long ago, I forgot that the BLCKSZ on the production server wasn't 32k, it was 31k (for whatever reason).. When I set the BLCKSZ lower than that and tried to start the backend it told me that the database was initialized with a BLCKSZ