We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e145891 commit a030bfaCopy full SHA for a030bfa
src/backend/access/transam/Makefile
@@ -12,7 +12,8 @@ subdir = src/backend/access/transam
12
top_builddir = ../../../..
13
include $(top_builddir)/src/Makefile.global
14
15
-OBJS = clog.o transam.o varsup.o xact.o xlog.o xlogutils.o rmgr.o slru.o subtrans.o multixact.o twophase.o twophase_rmgr.o
+OBJS = clog.o transam.o varsup.o xact.o rmgr.o slru.o subtrans.o multixact.o \
16
+ twophase.o twophase_rmgr.o xlog.o xlogfuncs.o xlogutils.o
17
18
include $(top_srcdir)/src/backend/common.mk
19
0 commit comments