> Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> > 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.
>
> I think this is a fine idea, but BLKSZ is not the only critical
> parameter that should be verified at startup. RELSEG_SIZE is
> also critical and should be checked the same way. Are there any
> other configuration variables that affect database layout? I can't
> think of any offhand, but maybe someone else can.
I have committed changes for RELSEG_SIZE too. initdb required.
---
Tatsuo Ishii