mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Message style fixes
This commit is contained in:
@ -115,7 +115,7 @@ parse_output_parameters(List *options, uint32 *protocol_version,
|
||||
if (parsed > PG_UINT32_MAX || parsed < 0)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("proto_verson \"%s\" out of range",
|
||||
errmsg("proto_version \"%s\" out of range",
|
||||
strVal(defel->arg))));
|
||||
|
||||
*protocol_version = (uint32) parsed;
|
||||
|
Reference in New Issue
Block a user