Skip to content

Commit f25ae41

Browse files
committed
Remove Assert() in StreamLog()
1 parent 055daf7 commit f25ae41

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backup.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2711,7 +2711,6 @@ StreamLog(void *arg)
27112711
elog(ERROR, "Problem in receivexlog");
27122712
#endif
27132713

2714-
Assert(XRecOffIsValid(stop_stream_lsn));
27152714
elog(LOG, _("finished streaming WAL at %X/%X (timeline %u)"),
27162715
(uint32) (stop_stream_lsn >> 32), (uint32) stop_stream_lsn, starttli);
27172716

0 commit comments

Comments
 (0)