postgres/contrib/amcheck
Melanie Plageman 54a3615f15 Remove misleading read stream asserts in a few users
Several read stream users asserted that the read stream was exhausted
after looping on that very condition. It was pointed out in an a
review of an as-of-yet uncommitted read stream user [1] that this was
confusing and could lead the reader to think there was a possibility of
some kind of race condition. Remove these asserts.

[1] https://postgr.es/m/F9ACE8D0-B807-4A17-B6BD-87EF0717983D%40yesql.se
2025-04-03 18:22:37 -04:00
..
expected Remove incidental md5() function use from test 2025-03-30 13:22:39 +02:00
sql Remove incidental md5() function use from test 2025-03-30 13:22:39 +02:00
t amcheck: Add a GIN index to the CREATE INDEX CONCURRENTLY tests 2025-03-29 16:47:44 +01:00
.gitignore
amcheck--1.1--1.2.sql Allow amcheck to re-find tuples using new search. 2019-03-20 10:41:36 -07:00
amcheck--1.2--1.3.sql Extend amcheck to check heap pages. 2020-10-22 08:44:18 -04:00
amcheck--1.3--1.4.sql Teach contrib/amcheck to check the unique constraint violation 2023-10-28 00:21:23 +03:00
amcheck--1.4--1.5.sql amcheck: Add gin_index_check() to verify GIN index 2025-03-29 15:44:29 +01: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
amcheck.control amcheck: Add gin_index_check() to verify GIN index 2025-03-29 15:44:29 +01:00
Makefile amcheck: Add gin_index_check() to verify GIN index 2025-03-29 15:44:29 +01:00
meson.build amcheck: Add gin_index_check() to verify GIN index 2025-03-29 15:44:29 +01:00
verify_common.c amcheck: Move common routines into a separate module 2025-03-29 15:14:49 +01:00
verify_common.h amcheck: Move common routines into a separate module 2025-03-29 15:14:49 +01:00
verify_gin.c amcheck: Fix indentation in verify_gin.c 2025-03-29 16:47:44 +01:00
verify_heapam.c Remove misleading read stream asserts in a few users 2025-04-03 18:22:37 -04:00
verify_nbtree.c amcheck: Move common routines into a separate module 2025-03-29 15:14:49 +01:00