From: Robert Haas Date: Thu, 17 Mar 2011 18:43:14 +0000 (-0400) Subject: Remove bogus comment. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=02b1f84e7d2c8921d3ef291469cfd4b7235358f0;p=pg-rex%2Fsyncrep.git 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);