Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4387c9c

Browse files
committed
Add missing newline to error messages
Also improve the message style a bit while we're here.
1 parent822115d commit4387c9c

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 forfunction withOID %u\n",
1018010180
cast->castfunc);
1018110181
}
1018210182

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp