]> granicus.if.org Git - postgresql/commitdiff
Remove bogus comment.
authorRobert Haas <rhaas@postgresql.org>
Thu, 17 Mar 2011 18:43:14 +0000 (14:43 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 17 Mar 2011 18:43:57 +0000 (14:43 -0400)
src/backend/replication/walsender.c

index 59521129a1e90ffca5942493519b7c43c379a0ec..f76b5b081d979e281816d6fc6abbcba968e55390 100644 (file)
@@ -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);