Skip to content

Commit c41286c

Browse files
committed
Merge branch 'PGPROEE9_6' of gitlab.postgrespro.ru:pgpro-dev/postgrespro into PGPROEE9_6
2 parents b3b9671 + e650f7c commit c41286c

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)