/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
contrib/lo/Makefile
20 строк
403 B
Michael Paquier
contrib/lo: Use SQL-standard function bodies
14 ноя 2024, 07:23
14 ноя 2024, 07:23
13e3796
Код
Авторство
О чём код?
# contrib/lo/Makefile MODULES = lo EXTENSION = lo DATA = lo--1.1.sql lo--1.0--1.1.sql lo--1.1--1.2.sql PGFILEDESC = "lo - management for large objects" REGRESS = lo ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = contrib/lo top_builddir = ../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif