/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_custom_rmgrs/Makefile
24 строки
575 B
Jeff Davis
Add test module for Custom WAL Resource Manager feature.
16 ноя 2022, 02:26
16 ноя 2022, 02:26
ae168c7
Код
Авторство
О чём код?
# src/test/modules/test_custom_rmgrs/Makefile MODULE_big = test_custom_rmgrs OBJS = \ $(WIN32RES) \ test_custom_rmgrs.o PGFILEDESC = "test_custom_rmgrs - test custom WAL resource managers" EXTENSION = test_custom_rmgrs DATA = test_custom_rmgrs--1.0.sql EXTRA_INSTALL = contrib/pg_walinspect TAP_TESTS = 1 ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_custom_rmgrs top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif