mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Adjust error message, now that we expect other message types than connection
close at this point. Fix PQsetnonblocking() comment. Fujii Masao
This commit is contained in:
@@ -506,7 +506,7 @@ ProcessRepliesIfAny(void)
|
||||
default:
|
||||
ereport(FATAL,
|
||||
(errcode(ERRCODE_PROTOCOL_VIOLATION),
|
||||
errmsg("invalid standby closing message type %d",
|
||||
errmsg("invalid standby message type %d",
|
||||
firstchar)));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user