Skip to content

Commit 5b55a57

Browse files
committed
change extractPageMap() declaration
1 parent 0de51e5 commit 5b55a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pg_probackup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ extern bool calc_file_checksum(pgFile *file);
540540
extern void extractPageMap(const char *datadir,
541541
XLogRecPtr startpoint,
542542
TimeLineID tli,
543-
XLogRecPtr endpoint, bool prev_seg,
543+
XLogRecPtr endpoint,
544544
parray *backup_files_list);
545545
extern void validate_wal(pgBackup *backup,
546546
const char *archivedir,

0 commit comments

Comments
 (0)