From: Robert Haas <rhaas@postgresql.org>
Date: Thu, 17 Mar 2011 18:43:14 +0000 (-0400)
Subject: Remove bogus comment.
X-Git-Tag: REL9_1_ALPHA5~67
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02b1f84e7d2c8921d3ef291469cfd4b7235358f0;p=postgresql

Remove bogus comment.
---

diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c
index 59521129a1..f76b5b081d 100644
--- a/src/backend/replication/walsender.c
+++ b/src/backend/replication/walsender.c
@@ -534,8 +534,7 @@ ProcessStandbyMessage(void)
 	}
 
 	/*
-	 * Check message type from the first byte. At the moment, there is only
-	 * one type.
+	 * Check message type from the first byte.
 	 */
 	msgtype = pq_getmsgbyte(&reply_message);