postgresql/contrib/amcheck
Heikki Linnakangas 12f327b210 Backport BackgroundPsql perl test module
Backport the new BackgroundPsql modules and the constructor functions,
background_psql() and interactive_psql, to all supported
branches. That makes it easier to backpatch tests that use it.

BackgroundPsql was introduced in version 16. On version 16, this
commit backports just the new timeout argument from master (commit
334f512f45). On older branches, the whole facility. This includes the
change to `use warnings FATAL => 'all'`, which we haven't otherwise
backported, but it seems good to keep the file identical across
branches.

Discussion: https://www.postgresql.org/message-id/b7c64f20-ea01-4f15-9088-0cd6832af149@iki.fi
2024-06-27 19:01:23 +03:00
..
expected amcheck: Normalize index tuples containing uncompressed varlena 2024-03-23 23:03:12 +02:00
sql amcheck: Normalize index tuples containing uncompressed varlena 2024-03-23 23:03:12 +02:00
t Backport BackgroundPsql perl test module 2024-06-27 19:01:23 +03:00
.gitignore
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--1.1--1.2.sql Allow amcheck to re-find tuples using new search. 2019-03-20 10:41:36 -07:00
amcheck.control Allow amcheck to re-find tuples using new search. 2019-03-20 10:41:36 -07:00
Makefile Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY. 2021-10-23 18:36:42 -07:00
verify_nbtree.c amcheck: Normalize index tuples containing uncompressed varlena 2024-03-23 23:03:12 +02:00