1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-12 02:37:31 +03:00

Fix two issues with recently-introduced nbtree test

REGRESS has forgotten about the test nbtree_half_dead_pages, and a
.gitignore was missing from the module.

Oversights in c085aab278 for REGRESS and 1e4e5783e7 for the missing
.gitignore.

Discussion: https://postgr.es/m/aTipJA1Y1zVSmH3H@paquier.xyz
This commit is contained in:
Michael Paquier
2025-12-10 11:56:42 +09:00
parent 801b4ee7fa
commit 06817fc8a4
2 changed files with 6 additions and 1 deletions

4
src/test/modules/nbtree/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Generated subdirectories
/log/
/results/
/tmp_check/

View 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