Skip to content

Commit a5c17c1

Browse files
committed
Fix obviously too quickly applied fix to zlib issue
1 parent 9ae6713 commit a5c17c1

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
return count;
417417
}
418-
#endif
418+
#else
419419
else
420420
/* Can't happen - compression enabled with no libz */
421421
return -1;
422+
#endif
422423
}
423424

424425
static bool

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy