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 16b74c4721
commit 863e70aa7f

View File

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