postgresql/contrib/amcheck
Alexander Korotkov b9a45d8dba Fix amcheck for page checks concurrent to replay of btree page deletion
amcheck expects at least hikey to always exist on leaf page even if it is
deleted page.  But replica reinitializes page during replay of page deletion,
causing deleted page to have no items.  Thus, replay of page deletion can
cause an error in concurrent amcheck run.

This commit relaxes amcheck expectation making it tolerate deleted page with
no items.

Reported-by: Konstantin Knizhnik
Discussion: https://postgr.es/m/CAPpHfdt_OTyQpXaPJcWzV2N-LNeNJseNB-K_A66qG%3DL518VTFw%40mail.gmail.com
Author: Alexander Korotkov
Reviewed-by: Peter Geoghegan
Backpatch-through: 11
2020-05-14 12:46:15 +03:00
..
expected Follow the rule that regression-test-created roles are named "regress_xxx". 2019-06-25 23:16:35 -04:00
sql Follow the rule that regression-test-created roles are named "regress_xxx". 2019-06-25 23:16:35 -04:00
.gitignore Add .gitignore to contrib/amcheck. 2017-03-09 22:45:24 -05:00
amcheck--1.0--1.1.sql Add amcheck verification of heap relations belonging to btree indexes. 2018-03-31 19:52:01 -07:00
amcheck--1.0.sql Add amcheck extension to contrib. 2017-03-09 16:33:02 -08:00
amcheck.control Add amcheck verification of heap relations belonging to btree indexes. 2018-03-31 19:52:01 -07:00
Makefile Add amcheck verification of heap relations belonging to btree indexes. 2018-03-31 19:52:01 -07:00
verify_nbtree.c Fix amcheck for page checks concurrent to replay of btree page deletion 2020-05-14 12:46:15 +03:00