postgresql/contrib/bloom
Noah Misch e5f94d42eb If wait_for_catchup fails under has_wal_read_bug, skip balance of test.
Test files should now ignore has_wal_read_bug() so long as
wait_for_catchup() is their only known way of reaching the bug.  That's
at least five files today, a number expected to grow over time.  This
commit removes skip logic from three.  By doing so, systems having the
bug regain the ability to catch other kinds of defects via those three
tests.  The other two, 002_databases.pl and 031_recovery_conflict.pl,
have been unprotected.  Back-patch to v15, where done_testing() first
became our standard.

Discussion: https://postgr.es/m/20221030031639.GA3082137@rfd.leadboat.com
2022-11-12 11:19:56 -08:00
..
expected Fix failure with lock mode used for custom relation options 2019-09-25 10:07:23 +09:00
sql Fix failure with lock mode used for custom relation options 2019-09-25 10:07:23 +09:00
t If wait_for_catchup fails under has_wal_read_bug, skip balance of test. 2022-11-12 11:19:56 -08:00
.gitignore Bloom index contrib module 2016-04-01 16:42:24 +03:00
Makefile Re-enable contrib/bloom's TAP tests. 2021-09-27 18:48:01 -04:00
blcost.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blinsert.c Add new block-by-block strategy for CREATE DATABASE. 2022-03-29 11:48:36 -04:00
bloom--1.0.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
bloom.control Bloom index contrib module 2016-04-01 16:42:24 +03:00
bloom.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
blscan.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blutils.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blvacuum.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
blvalidate.c Update copyright for 2022 2022-01-07 19:04:57 -05:00