pgsql: Run nbtree test module tests under autoconf builds - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Run nbtree test module tests under autoconf builds
Date
Msg-id E1wldYQ-000CXJ-1C@gemulon.postgresql.org
Whole thread
List 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@bowt.ie>
Reviewed-by: Michael Paquiër <michael@paquier.xyz>
Discussion: https://postgr.es/m/CAH2-Wz=JchiD5ksiT35p8Ar02gaNv8_y6w2wBAST+Zzen-eNjw@mail.gmail.com
Backpatch-through: 19

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Fix parsing of underscores in pg_plan_advice occurrence numbers
Next
From: Amit Kapila
Date:
Subject: pgsql: Handle concurrent sequence refreshes.