/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_misc/meson.build
30 строк
882 B
Fujii Masao
Add log_statement_max_length GUC to limit logged statement text
03 июл 2026, 02:47
03 июл 2026, 02:47
c8bd838
Код
Авторство
О чём код?
# Copyright (c) 2022-2026, PostgreSQL Global Development Group tests += { 'name': 'test_misc', 'sd': meson.current_source_dir(), 'bd': meson.current_build_dir(), 'tap': { 'env': { 'enable_injection_points': get_option('injection_points') ? 'yes' : 'no', }, 'tests': [ 't/001_constraint_validation.pl', 't/002_tablespace.pl', 't/003_check_guc.pl', 't/004_io_direct.pl', 't/005_timeouts.pl', 't/006_signal_autovacuum.pl', 't/007_catcache_inval.pl', 't/008_replslot_single_user.pl', 't/009_log_temp_files.pl', 't/010_index_concurrently_upsert.pl', 't/011_lock_stats.pl', 't/012_ddlutils.pl', 't/013_temp_obj_multisession.pl', 't/014_log_statement_max_length.pl', ], # The injection points are cluster-wide, so disable installcheck 'runningcheck': false, }, }