/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/unsafe_tests/Makefile
22 строки
653 B
Noah Misch
Test "options=-crole=" and "ALTER DATABASE SET role".
24 ноя 2024, 23:49
24 ноя 2024, 23:49
5de08f1
Код
Авторство
О чём код?
# src/test/modules/unsafe_tests/Makefile REGRESS = rolenames setconfig alter_system_table guc_privs REGRESS_OPTS = \ --create-role=regress_authenticated_user_db_sr \ --create-role=regress_authenticated_user_db_ssa \ --create-role=regress_authenticated_user_sr \ --create-role=regress_authenticated_user_ssa # the whole point of these tests is to not run installcheck NO_INSTALLCHECK = 1 ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/unsafe_tests top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif