projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5530623
)
Typo fix.
author
Robert Haas
<rhaas@postgresql.org>
Fri, 13 Jan 2012 13:21:45 +0000
(08:21 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Fri, 13 Jan 2012 13:21:45 +0000
(08:21 -0500)
src/backend/replication/walreceiver.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/walreceiver.c
b/src/backend/replication/walreceiver.c
index ee8ba5ec21cdba5510a6bca6b7f7fdfbaa00a4ab..d63ff29472cb49e5fe2c1a54499d4100fac354ac 100644
(file)
--- 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_mes
s
ages <= DEBUG2)
elog(DEBUG2, "sendtime %s receipttime %s replication apply delay %d ms transfer latency %d ms",
timestamptz_to_str(sendTime),
timestamptz_to_str(lastMsgReceiptTime),