mirror of
https://github.com/postgres/postgres.git
synced 2026-02-26 03:11:02 -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
822115db8f
commit
4387c9cfe4
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue