Skip to content

Commit e650f7c

Browse files
committed
Merge branch 'PGPROEE9_6_xlogdump_ts' into PGPROEE9_6
2 parents c341cb4 + cf89b25 commit e650f7c

File tree

3 files changed

+1336
-2
lines changed

3 files changed

+1336
-2
lines changed

src/bin/pg_xlogdump/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ subdir = src/bin/pg_xlogdump
77
top_builddir = ../../..
88
include $(top_builddir)/src/Makefile.global
99

10-
OBJS = pg_xlogdump.o compat.o xlogreader.o rmgrdesc.o \
10+
OBJS = pg_xlogdump.o compat.o xlogreader.o rmgrdesc.o bitmapset.o \
1111
$(RMGRDESCOBJS) $(WIN32RES)
1212

1313
override CPPFLAGS := -DFRONTEND $(CPPFLAGS)

0 commit comments

Comments
 (0)