Skip to content

Commit 2882954

Browse files
author
Michael Paquier
committed
Remove dead code xlog_is_complete_wal
This routine is not used anywhere now.
1 parent f2c523b commit 2882954

File tree

3 files changed

+0
-71
lines changed

3 files changed

+0
-71
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ OBJS = backup.o \
1313
status.o \
1414
util.o \
1515
validate.o \
16-
xlog.o \
1716
datapagemap.o \
1817
parsexlog.o \
1918
xlogreader.o \

pg_arman.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,6 @@ extern int pgFileComparePathDesc(const void *f1, const void *f2);
276276
extern int pgFileCompareMtime(const void *f1, const void *f2);
277277
extern int pgFileCompareMtimeDesc(const void *f1, const void *f2);
278278

279-
/* in xlog.c */
280-
extern bool xlog_is_complete_wal(const pgFile *file);
281-
282279
/* in data.c */
283280
extern bool backup_data_file(const char *from_root, const char *to_root,
284281
pgFile *file, const XLogRecPtr *lsn);

xlog.c

Lines changed: 0 additions & 67 deletions
This file was deleted.

0 commit comments

Comments
 (0)