mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +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