File tree 6 files changed +808
-8
lines changed 6 files changed +808
-8
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ top_builddir = ../../..
9
9
include $(top_builddir ) /src/Makefile.global
10
10
11
11
SUBDIRS = brin common gin gist hash heap index nbtree rmgrdesc spgist \
12
- table tablesample transam
12
+ table tablesample transam immem
13
13
14
14
include $(top_srcdir ) /src/backend/common.mk
Original file line number Diff line number Diff line change
1
+ # -------------------------------------------------------------------------
2
+ #
3
+ # Makefile--
4
+ # Makefile for access/inmem
5
+ #
6
+ # IDENTIFICATION
7
+ # src/backend/access/inmem/Makefile
8
+ #
9
+ # -------------------------------------------------------------------------
10
+
11
+ subdir = src/backend/access/inmem
12
+ top_builddir = ../../../..
13
+ include $(top_builddir ) /src/Makefile.global
14
+
15
+ OBJS = inmem_handler.o
16
+
17
+ include $(top_srcdir ) /src/backend/common.mk
You can’t perform that action at this time.
0 commit comments