/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_autovacuum/meson.build
15 строк
354 B
Masahiko Sawada
Allow autovacuum to use parallel vacuum workers.
06 апр 2026, 21:48
06 апр 2026, 21:48
1ff3180
Код
Авторство
О чём код?
# Copyright (c) 2024-2026, PostgreSQL Global Development Group tests += { 'name': 'test_autovacuum', 'sd': meson.current_source_dir(), 'bd': meson.current_build_dir(), 'tap': { 'env': { 'enable_injection_points': get_option('injection_points') ? 'yes' : 'no', }, 'tests': [ 't/001_parallel_autovacuum.pl', ], }, }