/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/test/modules/test_tidstore/Makefile
23 строки
536 B
Masahiko Sawada
Add TIDStore, to store sets of TIDs (ItemPointerData) efficiently.
21 мар 2024, 04:08
21 мар 2024, 04:08
30e1442
Код
Авторство
О чём код?
# src/test/modules/test_tidstore/Makefile MODULE_big = test_tidstore OBJS = \ $(WIN32RES) \ test_tidstore.o PGFILEDESC = "test_tidstore - test code for src/backend/access/common/tidstore.c" EXTENSION = test_tidstore DATA = test_tidstore--1.0.sql REGRESS = test_tidstore ifdef USE_PGXS PG_CONFIG = pg_config PGXS := $(shell $(PG_CONFIG) --pgxs) include $(PGXS) else subdir = src/test/modules/test_tidstore top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global include $(top_srcdir)/contrib/contrib-global.mk endif