/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/unsafe_tests/README
8 строк
352 B
Andrew Dunstan
Mark unsafe_tests module as not runnable with installcheck
12 мар 2023, 16:00
12 мар 2023, 16:00
872e3d1
Код
Авторство
О чём код?
This directory doesn't actually contain any extension module. Instead it is a home for regression tests that we don't want to run during "make installcheck" because they could have side-effects that seem undesirable for a production installation. An example is that rolenames.sql tests ALTER USER ALL and so could have effects on pre-existing roles.