Re: [DESIGN] Incremental checksums

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [DESIGN] Incremental checksums
Дата
Msg-id 20150713211651.GD25610@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: [DESIGN] Incremental checksums  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-hackers
On 2015-07-13 15:50:44 -0500, Jim Nasby wrote:
> Another possibility is some kind of a page-level indicator of what binary
> format is in use on a given page. For checksums maybe a single bit would
> suffice (indicating that you should verify the page checksum). Another use
> case is using this to finally ditch all the old VACUUM FULL code in
> HeapTupleSatisfies*().

That's a bad idea, because that bit then'd not be protected by the
checksum.



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] SQL function to report log message
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PostgreSQL 9.5 Alpha 1 build fail with perl 5.22