1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-03 09:59:53 +02:00

Remove Assert() in StreamLog()

This commit is contained in:
Arthur Zakirov 2018-04-05 14:09:37 +03:00
parent 055daf7a35
commit f25ae416a7

View File

@ -2711,7 +2711,6 @@ StreamLog(void *arg)
elog(ERROR, "Problem in receivexlog");
#endif
Assert(XRecOffIsValid(stop_stream_lsn));
elog(LOG, _("finished streaming WAL at %X/%X (timeline %u)"),
(uint32) (stop_stream_lsn >> 32), (uint32) stop_stream_lsn, starttli);