mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Fix error hint style.
Mistake caught by Tom Lane.
This commit is contained in:
@ -325,7 +325,7 @@ b64_decode(const char *src, unsigned len, char *dst)
|
|||||||
ereport(ERROR,
|
ereport(ERROR,
|
||||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||||
errmsg("invalid base64 end sequence"),
|
errmsg("invalid base64 end sequence"),
|
||||||
errhint("input data is missing padding, truncated, or otherwise corrupted")));
|
errhint("Input data is missing padding, truncated, or otherwise corrupted.")));
|
||||||
|
|
||||||
return p - dst;
|
return p - dst;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user