pgsql: amcheck: Fix verify_heapam's tuple visibility checking rules.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема pgsql: amcheck: Fix verify_heapam's tuple visibility checking rules.
Дата
Msg-id E1lS1K1-0003Bu-1Z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
amcheck: Fix verify_heapam's tuple visibility checking rules.

We now follow the order of checks from HeapTupleSatisfies* more
closely to avoid coming to erroneous conclusions.

Mark Dilger and Robert Haas

Discussion: http://postgr.es/m/CA+Tgmob6sii0yTvULYJ0Vq4w6ZBmj7zUhddL3b+SKDi9z9NA7Q@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3b6c1259f9ca8e21860aaf24ec6735a8e5598ea0

Modified Files
--------------
contrib/amcheck/verify_heapam.c | 555 ++++++++++++++++++++++++++++++----------
1 file changed, 414 insertions(+), 141 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pg_restore's misdesigned code for detecting archive file for
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Allow matching the DN of a client certificate for authentication