mirror of
https://github.com/postgres/postgres.git
synced 2026-02-23 18:04:41 -05:00
Add missing newline to error messages
Also improve the message style a bit while we're here.
This commit is contained in:
parent
c01b73336b
commit
2a6bc23299
1 changed files with 1 additions and 1 deletions
|
|
@ -10302,7 +10302,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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue