Skip to content

Commit dea20ff

Browse files
author
Maksim Milyutin
committed
Apply patch to pg_xlogdump to support timestamps
1 parent 49065c2 commit dea20ff

File tree

2 files changed

+375
-2
lines changed

2 files changed

+375
-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)