Re: 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: Andres Freund <andres@anarazel.de>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-10-31T00:41:56Z
Lists: pgsql-hackers
On Thu, Oct 30, 2025 at 11:24:55AM -0400, Andres Freund wrote: > Well, it tests multiple index types, not just gist. I guess > test/modules/indexes/ or so should work? Not sure about plural or not. test/modules/index/ would work here. If you feel strongly about being able to do an EXTRA_INSTALL in src/test/isolation/, I have no objections to that as that would also solve the original problem if that's the consensus. My personal choice would be a test module for that, as it feels cleaner. -- Michael
Commits
-
Move isolation test index-killtuples to src/test/modules/index/
- e429c3cecb4a 19 (unreleased) landed