Remove bogus comment.

pull/1/head
Robert Haas 15 years ago
parent 1c249fcfcc
commit 02b1f84e7d
  1. 3
      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);

Loading…
Cancel
Save