/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_rls_hooks/Makefile
20 строк
459 B
Andrew Dunstan
Clean test_rls_hooks module
23 мар 2022, 22:11
23 мар 2022, 22:11
c97e4bd
Код
Авторство
О чём код?
# src/test/modules/test_rls_hooks/Makefile MODULE_big = test_rls_hooks OBJS = \ $(WIN32RES) \ test_rls_hooks.o PGFILEDESC = "test_rls_hooks - example use of RLS hooks" REGRESS = test_rls_hooks ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_rls_hooks top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif