/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
contrib/tablefunc/Makefile
22 строки
464 B
Tom Lane
Remove support for upgrading extensions from "unpackaged" state.
20 фев 2020, 00:59
20 фев 2020, 00:59
70a7732
Код
Авторство
О чём код?
# contrib/tablefunc/Makefile MODULES = tablefunc EXTENSION = tablefunc DATA = tablefunc--1.0.sql PGFILEDESC = "tablefunc - various functions that return tables" REGRESS = tablefunc LDFLAGS_SL += $(filter -lm, $(LIBS)) ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = contrib/tablefunc top_builddir = ../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif