aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/backend/replication/walsender.c3
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);