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

Commita5c17c1

Browse files
committed
Fix obviously too quickly applied fix to zlib issue
1 parent9ae6713 commita5c17c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/bin/pg_basebackup/walmethods.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,11 @@ tar_write(Walfile f, const void *buf, size_t count)
415415
((TarMethodFile*)f)->currpos+=count;
416416
returncount;
417417
}
418-
#endif
418+
#else
419419
else
420420
/* Can't happen - compression enabled with no libz */
421421
return-1;
422+
#endif
422423
}
423424

424425
staticbool

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp