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

Commit39729ec

Browse files
committed
Fix fat fingering in22cb6d2
Per Rainier Vilela
1 parent928394b commit39729ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/pg_dump/pg_restore.c‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,12 +902,12 @@ read_one_statement(StringInfo inBuf, FILE *pfile)
902902
break;
903903
}
904904

905-
destroyStringInfo(&q);
906-
907905
if (c=='\n')
908906
appendStringInfoChar(inBuf, (char)'\n');
909907
}
910908

909+
destroyStringInfo(&q);
910+
911911
/* No input before EOF signal means time to quit. */
912912
if (c==EOF&&inBuf->len==0)
913913
returnEOF;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp