pgsql: Run nbtree test module tests under autoconf builds

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Run nbtree test module tests under autoconf builds
Date: 2026-07-20 02:16:26
Message-ID: E1wldYQ-000CXL-1G@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Run nbtree test module tests under autoconf builds

Commit 1e4e5783e added the src/test/modules/nbtree test module, but only
registered it in the meson build, not in the module list in
src/test/modules/Makefile. As a result, autoconf builds never ran the
module's tests.

To fix, add the module to the Makefile's lists of
injection-point-dependent modules.

Oversight in commit 1e4e5783e.

Author: Peter Geoghegan <pg(at)bowt(dot)ie>
Reviewed-by: Michael Paquiër <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/CAH2-Wz=JchiD5ksiT35p8Ar02gaNv8_y6w2wBAST+Zzen-eNjw@mail.gmail.com
Backpatch-through: 19

Branch
------
REL_19_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/bd6ca6f852694a8a0f52db748ff8badec4223c8f

Modified Files
--------------
src/test/modules/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Richard Guo 2026-07-20 03:18:37 pgsql: Skip unnecessary get_relids_in_jointree() when there are no PHVs
Previous Message Daniel Gustafsson 2026-07-19 21:30:31 pgsql: Fix parsing of underscores in pg_plan_advice occurrence numbers