Re: [HACKERS] Different BLKSZ

Поиск
Список
Период
Сортировка
От Vadim Mikheev
Тема Re: [HACKERS] Different BLKSZ
Дата
Msg-id 3802F89B.6EDADD90@krs.ru
обсуждение исходный текст
Ответ на Different BLKSZ  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Ответы Re: [HACKERS] Different BLKSZ
Список pgsql-hackers
Tatsuo Ishii wrote:
> 
> 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.

There is special file pg_control for the WAL purposes - good
place for the BLCKSZ...

Vadim


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

Предыдущее
От: Grzegorz Przeździecki
Дата:
Сообщение: Backend proceses
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: [HACKERS] Different BLKSZ