1
0
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:
Heikki Linnakangas
2011-03-30 08:54:28 +03:00
parent f564e65cda
commit bc03c5937d
2 changed files with 2 additions and 2 deletions

View File

@@ -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)));
}
}