nbtree test module Makefile oversight

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Subject: nbtree test module Makefile oversight
Date: 2026-07-19 23:14:22
Message-ID: CAH2-Wz=JchiD5ksiT35p8Ar02gaNv8_y6w2wBAST+Zzen-eNjw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

It looks like commit 1e4e5783e (and its follow-up commits) neglected
to add nbtree to the module list in src/test/modules/Makefile. This
meant that the test wasn't run on the buildfarm/CI under autoconf
(only a "make check" from src/test/modules actually ran the tests,
even when injection_points were available).

Attached patch fixes this.

--
Peter Geoghegan

Attachment Content-Type Size
0001-Run-nbtree-test-module-tests-under-autoconf-builds.patch application/octet-stream 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2026-07-19 23:23:03 nbtree backwards scan test coverage
Previous Message Daniel Gustafsson 2026-07-19 22:32:53 Re: pg_plan_advice: fix parsing underscore in numbers