/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/backend/utils/mmgr/Makefile
27 строк
535 B
David Rowley
Introduce a bump memory allocator
07 апр 2024, 15:02
07 апр 2024, 15:02
29f6a95
Код
Авторство
О чём код?
#------------------------------------------------------------------------- # # Makefile-- # Makefile for utils/mmgr # # IDENTIFICATION # src/backend/utils/mmgr/Makefile # #------------------------------------------------------------------------- subdir = src/backend/utils/mmgr top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global OBJS = \ alignedalloc.o \ aset.o \ bump.o \ dsa.o \ freepage.o \ generation.o \ mcxt.o \ memdebug.o \ portalmem.o \ slab.o include $(top_srcdir)/src/backend/common.mk