Skip to content

Commit 4387c9c

Browse files
committed
Add missing newline to error messages
Also improve the message style a bit while we're here.
1 parent 822115d commit 4387c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_dump/pg_dump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10176,7 +10176,7 @@ dumpCast(Archive *fout, CastInfo *cast)
1017610176
{
1017710177
funcInfo = findFuncByOid(cast->castfunc);
1017810178
if (funcInfo == NULL)
10179-
exit_horribly(NULL, "unable to find function definition for OID %u",
10179+
exit_horribly(NULL, "could not find function definition for function with OID %u\n",
1018010180
cast->castfunc);
1018110181
}
1018210182

0 commit comments

Comments
 (0)