Re: regression test failed when enabling checksum

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: regression test failed when enabling checksum
Дата
Msg-id 1365013292.14231.18.camel@jdavis
обсуждение исходный текст
Ответ на Re: regression test failed when enabling checksum  (Jeff Janes <jeff.janes@gmail.com>)
Список pgsql-hackers
On Wed, 2013-04-03 at 09:48 -0700, Jeff Janes wrote:

>  And why did those uninitialized pages trigger warnings when they were
> autovacced, but not when they were seq scanned in a query?
> 
A scan won't trigger that warning. Empty pages are sometimes the
expected result of a crash when the file is extended but the page is not
written yet. So empty pages aren't necessarily an indication of
corruption (though I'd like to fix that eventually, because sometimes
zeroing is corruption).

Regards,Jeff Davis





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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: Re: [PATCH] Exorcise "zero-dimensional" arrays (Was: Re: Should array_length() Return NULL)
Следующее
От: Kevin Grittner
Дата:
Сообщение: Re: [PATCH] Exorcise "zero-dimensional" arrays (Was: Re: Should array_length() Return NULL)