OSDN Git Service

Fix typo.
[pg-rex/syncrep.git] / src / backend / replication / walsender.c
index 3b86bd7..bfcb49f 100644 (file)
@@ -475,7 +475,7 @@ ProcessStreamMsgs(StringInfo inMsg)
                        default:
                                ereport(FATAL,
                                                (errcode(ERRCODE_PROTOCOL_VIOLATION),
-                                                errmsg("invalid standby closing message type %d",
+                                                errmsg("invalid standby message type %d",
                                                                firstchar)));
                }
        }