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:
parent
822115db8f
commit
4387c9cfe4
@ -10176,7 +10176,7 @@ dumpCast(Archive *fout, CastInfo *cast)
|
|||||||
{
|
{
|
||||||
funcInfo = findFuncByOid(cast->castfunc);
|
funcInfo = findFuncByOid(cast->castfunc);
|
||||||
if (funcInfo == NULL)
|
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);
|
cast->castfunc);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user