make -C src/test/isolation failure in index-killtuples due to btree_gist

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Andres Freund <andres(at)anarazel(dot)de>
Subject: make -C src/test/isolation failure in index-killtuples due to btree_gist
Date: 2025-08-17 23:57:13
Message-ID: aKJsWedftW7UX1WM@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Smith 2025-08-18 00:11:27 Re: Add support for specifying tables in pg_createsubscriber.
Previous Message Thomas Munro 2025-08-17 23:23:04 Re: [PING] fallocate() causes btrfs to never compress postgresql files