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 inc085aab278for REGRESS and1e4e5783e7for the missing .gitignore. Discussion: https://postgr.es/m/aTipJA1Y1zVSmH3H@paquier.xyz
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user