CRCs (was Re: [GENERAL] Re: Loading optimization)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема CRCs (was Re: [GENERAL] Re: Loading optimization)
Дата
Msg-id 14019.979268158@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: CRCs (was Re: [GENERAL] Re: Loading optimization)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: CRCs (was Re: [GENERAL] Re: Loading optimization)  (Philip Warner <pjw@rhyme.com.au>)
Список pgsql-hackers
"Mikheev, Vadim" <vmikheev@SECTORBASE.COM> writes:
>> Actually, I'd expect the CRC check to catch an all-zeroes page (if
>> it fails to complain, then you misimplemented the CRC), so that would
>> be the place to deal with it now.

> I've used standard CRC32 implementation you pointed me to -:)
> But CRC is used in WAL records only.

Oh.  I thought we'd agreed that a CRC on each stored disk block would
be a good idea as well.  I take it you didn't do that.

Do we want to consider doing this (and forcing another initdb)?
Or shall we say "too late for 7.1"?
        regards, tom lane


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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: alter table drop column
Следующее
От: Lamar Owen
Дата:
Сообщение: Re: AW: Re: GiST for 7.1 !!