mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Final pgindent + perltidy run for v10.
This commit is contained in:
@@ -557,7 +557,7 @@ _tarReadRaw(ArchiveHandle *AH, void *buf, size_t len, TAR_MEMBER *th, FILE *fh)
|
||||
if (res != len && !GZEOF(th->zFH))
|
||||
{
|
||||
#ifdef HAVE_LIBZ
|
||||
int errnum;
|
||||
int errnum;
|
||||
const char *errmsg = gzerror(th->zFH, &errnum);
|
||||
|
||||
exit_horribly(modulename,
|
||||
|
||||
Reference in New Issue
Block a user