mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Ensure all replication message info is available and correct via WalRcv
This commit is contained in:
@ -260,7 +260,7 @@ GetReplicationApplyDelay(void)
|
||||
|
||||
replayPtr = GetXLogReplayRecPtr(NULL);
|
||||
|
||||
if (XLByteLE(receivePtr, replayPtr))
|
||||
if (XLByteEQ(receivePtr, replayPtr))
|
||||
return 0;
|
||||
|
||||
TimestampDifference(GetCurrentChunkReplayStartTime(),
|
||||
|
Reference in New Issue
Block a user