1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-29 16:21:20 +03:00

Add missing newline to error messages

Also improve the message style a bit while we're here.
This commit is contained in:
Peter Eisentraut 2017-02-06 09:47:39 -05:00
parent 822115db8f
commit 4387c9cfe4

View File

@ -10176,7 +10176,7 @@ dumpCast(Archive *fout, CastInfo *cast)
{
funcInfo = findFuncByOid(cast->castfunc);
if (funcInfo == NULL)
exit_horribly(NULL, "unable to find function definition for OID %u",
exit_horribly(NULL, "could not find function definition for function with OID %u\n",
cast->castfunc);
}