From 02b1f84e7d2c8921d3ef291469cfd4b7235358f0 Mon Sep 17 00:00:00 2001
From: Robert Haas <rhaas@postgresql.org>
Date: Thu, 17 Mar 2011 14:43:14 -0400
Subject: [PATCH] Remove bogus comment.

---
 src/backend/replication/walsender.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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);
 
-- 
2.40.0