mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 00:20:24 +01:00
Typo fix.
This commit is contained in:
parent
5530623d03
commit
4d0b11a0ca
|
|
@ -750,7 +750,7 @@ ProcessWalSndrMessage(XLogRecPtr walEnd, TimestampTz sendTime)
|
||||||
walrcv->lastMsgReceiptTime = lastMsgReceiptTime;
|
walrcv->lastMsgReceiptTime = lastMsgReceiptTime;
|
||||||
SpinLockRelease(&walrcv->mutex);
|
SpinLockRelease(&walrcv->mutex);
|
||||||
|
|
||||||
if (log_min_mesages <= DEBUG2)
|
if (log_min_messages <= DEBUG2)
|
||||||
elog(DEBUG2, "sendtime %s receipttime %s replication apply delay %d ms transfer latency %d ms",
|
elog(DEBUG2, "sendtime %s receipttime %s replication apply delay %d ms transfer latency %d ms",
|
||||||
timestamptz_to_str(sendTime),
|
timestamptz_to_str(sendTime),
|
||||||
timestamptz_to_str(lastMsgReceiptTime),
|
timestamptz_to_str(lastMsgReceiptTime),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user