/
githubmirror
/
postgres
Обзор
Документация
Войти
/
githubmirror
/
postgres
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/backend/storage/file/Makefile
23 строки
493 B
Amit Kapila
Refactor sharedfileset.c to separate out fileset implementation.
30 авг 2021, 06:18
30 авг 2021, 06:18
dcac5e7
Код
Авторство
О чём код?
#------------------------------------------------------------------------- # # Makefile-- # Makefile for storage/file # # IDENTIFICATION # src/backend/storage/file/Makefile # #------------------------------------------------------------------------- subdir = src/backend/storage/file top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global OBJS = \ buffile.o \ copydir.o \ fd.o \ fileset.o \ reinit.o \ sharedfileset.o include $(top_srcdir)/src/backend/common.mk