From: Robert Haas Date: Fri, 13 Jan 2012 13:21:45 +0000 (-0500) Subject: Typo fix. X-Git-Tag: REL9_2_BETA1~589 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d0b11a0ca347e5b0304004625b7eb6752e32ee7;p=postgresql Typo fix. --- diff --git a/src/backend/replication/walreceiver.c b/src/backend/replication/walreceiver.c index ee8ba5ec21..d63ff29472 100644 --- a/src/backend/replication/walreceiver.c +++ b/src/backend/replication/walreceiver.c @@ -750,7 +750,7 @@ ProcessWalSndrMessage(XLogRecPtr walEnd, TimestampTz sendTime) walrcv->lastMsgReceiptTime = lastMsgReceiptTime; 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", timestamptz_to_str(sendTime), timestamptz_to_str(lastMsgReceiptTime),