]> granicus.if.org Git - postgresql/commitdiff
Typo fix.
authorRobert Haas <rhaas@postgresql.org>
Fri, 13 Jan 2012 13:21:45 +0000 (08:21 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 13 Jan 2012 13:21:45 +0000 (08:21 -0500)
src/backend/replication/walreceiver.c

index ee8ba5ec21cdba5510a6bca6b7f7fdfbaa00a4ab..d63ff29472cb49e5fe2c1a54499d4100fac354ac 100644 (file)
@@ -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),