Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2882954

Browse files
author
Michael Paquier
committed
Remove dead code xlog_is_complete_wal
This routine is not used anywhere now.
1 parentf2c523b commit2882954

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
externintpgFileCompareMtime(constvoid*f1,constvoid*f2);
277277
externintpgFileCompareMtimeDesc(constvoid*f1,constvoid*f2);
278278

279-
/* in xlog.c */
280-
externboolxlog_is_complete_wal(constpgFile*file);
281-
282279
/* in data.c */
283280
externboolbackup_data_file(constchar*from_root,constchar*to_root,
284281
pgFile*file,constXLogRecPtr*lsn);

‎xlog.c

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp