/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_saslprep/README
25 строк
664 B
Michael Paquier
test_saslprep: Test module for SASLprep()
19 мар 2026, 07:03
19 мар 2026, 07:03
aa73838
Код
Авторство
О чём код?
src/test/modules/test_saslprep Tests for SASLprep ================== This repository contains a test suite for stressing the SASLprep implementation internal to PostgreSQL. It provides a set of functions able to check the validity of a SASLprep operation for a single byte as well as a range of these, acting as wrappers around pg_saslprep(). Running the tests ================= NOTE: A portion of the tests requires --enable-tap-tests, with PG_TEST_EXTRA=saslprep set to run the TAP test suite. Run make check PG_TEST_EXTRA=saslprep or make installcheck PG_TEST_EXTRA=saslprep The SQL test suite can run with or without PG_TEST_EXTRA=saslprep set.