make -C src/test/isolation failure in index-killtuples due to btree_gist
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Cc: Andres Freund <andres@anarazel.de>
Date: 2025-08-17T23:57:13Z
Lists: pgsql-hackers
Hi all, (CCing committer) The following command fails, because btree_gist is not installed in the context of the isolation tests: make -C src/test/isolation/ This test has been added recently by 377b7ab14524. Some efforts have been done lately to remove any dependency to contrib/ in src/test/regress/, like b1720fe63f34, and it does not strike me as a good idea to begin doing that in the main isolation test suite, so perhaps the best thing to do here is just move this test to contrib/btree_gist/? Rewriting this test without the dependency to the contrib module seems tricky, and there's the matter of the test correctness. Regards, -- Michael
Commits
-
Move isolation test index-killtuples to src/test/modules/index/
- e429c3cecb4a 19 (unreleased) landed