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:
parent
055daf7a35
commit
f25ae416a7
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user