/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/postmaster/meson.build
15 строк
327 B
Michael Paquier
Fix unbounded recursive handling of SSL/GSS in ProcessStartupPacket()
11 май 2026, 15:13
11 май 2026, 15:13
b63f25b
Код
Авторство
О чём код?
# Copyright (c) 2022-2026, PostgreSQL Global Development Group tests += { 'name': 'postmaster', 'sd': meson.current_source_dir(), 'bd': meson.current_build_dir(), 'tap': { 'tests': [ 't/001_basic.pl', 't/002_connection_limits.pl', 't/003_start_stop.pl', 't/004_negotiate.pl', ], }, }