diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-03-17 14:43:14 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-03-17 14:43:57 -0400 |
commit | 02b1f84e7d2c8921d3ef291469cfd4b7235358f0 (patch) | |
tree | 50afa384334f29f9d3072563558c4646a1a4d208 /src | |
parent | 1c249fcfcc331d589a2fa1574e16c0ef3d1547ce (diff) | |
download | postgresql-02b1f84e7d2c8921d3ef291469cfd4b7235358f0.tar.gz postgresql-02b1f84e7d2c8921d3ef291469cfd4b7235358f0.zip |
Remove bogus comment.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/walsender.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/replication/walsender.c b/src/backend/replication/walsender.c index 59521129a1e..f76b5b081d9 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); |