/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/delay_execution/Makefile
22 строки
515 B
Amit Langote
Remove unstable test suite added by
525392d
22 фев 2025, 09:19
22 фев 2025, 09:19
4f1b6e5
Код
Авторство
О чём код?
# src/test/modules/delay_execution/Makefile PGFILEDESC = "delay_execution - allow delay between parsing and execution" MODULE_big = delay_execution OBJS = \ $(WIN32RES) \ delay_execution.o ISOLATION = partition-addition \ partition-removal-1 ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/delay_execution top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif