Commit b043985b authored by Robert Haas's avatar Robert Haas

Fix error hint style.

Mistake caught by Tom Lane.
parent f7347438
......@@ -325,7 +325,7 @@ b64_decode(const char *src, unsigned len, char *dst)
ereport(ERROR,
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment