OSDN Git Service

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 5952112..f76b5b0 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);