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

Commit56d77c9

Browse files
committed
Silence compiler warning about uninitialized variable, noted by
Itagaki Takahiro
1 parent41611f1 commit56d77c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/bin/pg_dump/pg_backup_archiver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,6 +1784,7 @@ _discoverArchiveFormat(ArchiveHandle *AH)
17841784
#endif
17851785
die_horribly(AH,modulename,"directory \"%s\" does not appear to be a valid archive (\"toc.dat\" does not exist)\n",
17861786
AH->fSpec);
1787+
fh=NULL;/* keep compiler quiet */
17871788
}
17881789
else
17891790
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp