mirror of
https://github.com/postgres/postgres.git
synced 2026-05-25 02:40:42 -04: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 inc085aab278for REGRESS and1e4e5783e7for the missing .gitignore. Discussion: https://postgr.es/m/aTipJA1Y1zVSmH3H@paquier.xyz
This commit is contained in:
parent
801b4ee7fa
commit
06817fc8a4
2 changed files with 6 additions and 1 deletions
4
src/test/modules/nbtree/.gitignore
vendored
Normal file
4
src/test/modules/nbtree/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Generated subdirectories
|
||||
/log/
|
||||
/results/
|
||||
/tmp_check/
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue