Re: [HACKERS] Different BLKSZ

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема Re: [HACKERS] Different BLKSZ
Дата
Msg-id 199910160927.SAA04947@ext16.sra.co.jp
обсуждение исходный текст
Ответ на Re: [HACKERS] Different BLKSZ  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
> 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pg_type questions
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] pg_type questions