Fix two issues with recently-introduced nbtree test
authorMichael Paquier <michael@paquier.xyz>
Wed, 10 Dec 2025 02:56:42 +0000 (11:56 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 10 Dec 2025 02:56:42 +0000 (11:56 +0900)
REGRESS has forgotten about the test nbtree_half_dead_pages, and a
.gitignore was missing from the module.

Oversights in c085aab27819 for REGRESS and 1e4e5783e7d7 for the missing
.gitignore.

Discussion: https://postgr.es/m/aTipJA1Y1zVSmH3H@paquier.xyz

src/test/modules/nbtree/.gitignore [new file with mode: 0644]
src/test/modules/nbtree/Makefile

diff --git a/src/test/modules/nbtree/.gitignore b/src/test/modules/nbtree/.gitignore
new file mode 100644 (file)
index 0000000..5dcb3ff
--- /dev/null
@@ -0,0 +1,4 @@
+# Generated subdirectories
+/log/
+/results/
+/tmp_check/
index 970e2e629fe987d0ac6f8f5d2bdf732b1760a8e4..eec264b16a4ce3939577b234eb7d1cf49ff58e3e 100644 (file)
@@ -2,7 +2,8 @@
 
 EXTRA_INSTALL = src/test/modules/injection_points contrib/amcheck
 
-REGRESS = nbtree_incomplete_splits
+REGRESS = nbtree_half_dead_pages \
+   nbtree_incomplete_splits
 
 ifdef USE_PGXS
 PG_CONFIG = pg_config