/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_shmem/Makefile
24 строки
487 B
Heikki Linnakangas
Add a test module to test after-startup shmem allocations
06 апр 2026, 02:12
06 апр 2026, 02:12
6409994
Код
Авторство
О чём код?
# src/test/modules/test_shmem/Makefile PGFILEDESC = "test_shmem - test code for shmem allocations" MODULE_big = test_shmem OBJS = \ $(WIN32RES) \ test_shmem.o EXTENSION = test_shmem DATA = test_shmem--1.0.sql TAP_TESTS = 1 ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_shmem top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif