/
balmaster
/
postgres
ОбзорДокументацияВойти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
postgres/
.../modules/test_saslprep/
..
expected

Make implementation of SASLprep compliant for ASCII characters

5 месяцев назад
sql

test_saslprep: Test module for SASLprep()

5 месяцев назад
t

Make implementation of SASLprep compliant for ASCII characters

5 месяцев назад
.gitignore

test_saslprep: Test module for SASLprep()

5 месяцев назад
Makefile

test_saslprep: Test module for SASLprep()

5 месяцев назад
README

test_saslprep: Test module for SASLprep()

5 месяцев назад
meson.build

test_saslprep: Test module for SASLprep()

5 месяцев назад
test_saslprep--1.0.sql

test_saslprep: Test module for SASLprep()

5 месяцев назад
test_saslprep.c

test_saslprep: Fix issue with copy of input bytea

4 месяца назад
test_saslprep.control

test_saslprep: Test module for SASLprep()

5 месяцев назад
README
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.