/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/nbtree/meson.build
24 строки
508 B
Peter Geoghegan
Add test coverage for nbtree backwards scans.
26 июл 2026, 00:13
26 июл 2026, 00:13
e395fbd
Код
Авторство
О чём код?
# Copyright (c) 2022-2026, PostgreSQL Global Development Group if not get_option('injection_points') subdir_done() endif tests += { 'name': 'nbtree', 'sd': meson.current_source_dir(), 'bd': meson.current_build_dir(), 'regress': { 'sql': [ 'nbtree_half_dead_pages', 'nbtree_incomplete_splits', ], }, 'isolation': { 'specs': [ 'backwards-scan-concurrent-splits', 'predicate-empty-index', ], 'runningcheck': false, # see syscache-update-pruned }, }