/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_dsm_registry/Makefile
23 строки
548 B
Nathan Bossart
Introduce the dynamic shared memory registry.
19 янв 2024, 23:24
19 янв 2024, 23:24
8b2bcf3
Код
Авторство
О чём код?
# src/test/modules/test_dsm_registry/Makefile MODULE_big = test_dsm_registry OBJS = \ $(WIN32RES) \ test_dsm_registry.o PGFILEDESC = "test_dsm_registry - test code for the DSM registry" EXTENSION = test_dsm_registry DATA = test_dsm_registry--1.0.sql REGRESS = test_dsm_registry ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_dsm_registry top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif