Different BLKSZ

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Different BLKSZ
Date: 1999-10-12 01:00:09
Message-ID: 199910120100.KAA01526@ext16.sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While doing some tests, I have encountered too many problems with
incompatible BLKSZ (the backend comipled in different BLKSZ with the
one in database). I know this is my fault, but it would be nice if
there is better way to avoid this kind of disaster. For example:

(1) there is a file called PG_BLKSZ under $PGDATA.

(2) postmaster checks the contents of the file to see if it was
compiled in the same BLKSZ.

(3) If not, give some error messages and exit.

Comments?
---
Tatsuo Ishii

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-10-12 01:28:15 Re: [HACKERS] psql Week 2
Previous Message Tatsuo Ishii 1999-10-12 00:55:21 Re: [HACKERS] psql Week 2