/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/index/Makefile
16 строк
365 B
Michael Paquier
Move isolation test index-killtuples to src/test/modules/index/
24 ноя 2025, 13:33
24 ноя 2025, 13:33
e429c3c
Код
Авторство
О чём код?
# src/test/modules/index/Makefile EXTRA_INSTALL = contrib/btree_gin contrib/btree_gist ISOLATION = killtuples ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/index top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif