0001-gzip-tap-test-remove-extra-variable.patch
application/octet-stream
Filename: 0001-gzip-tap-test-remove-extra-variable.patch
Type: application/octet-stream
Part: 0
Message:
Re: refactoring basebackup.c
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch 0001
Subject: gzip tap test: remove extra variable.
| File | + | − |
|---|---|---|
| src/bin/pg_verifybackup/t/008_untar.pl | 0 | 1 |
From 52da9327027318de383715e6df712647243b8515 Mon Sep 17 00:00:00 2001
From: Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>
Date: Fri, 28 Jan 2022 22:57:26 +0530
Subject: [PATCH 1/2] gzip tap test: remove extra variable.
---
src/bin/pg_verifybackup/t/008_untar.pl | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/bin/pg_verifybackup/t/008_untar.pl b/src/bin/pg_verifybackup/t/008_untar.pl
index aad7568b65..d32c86e92e 100644
--- a/src/bin/pg_verifybackup/t/008_untar.pl
+++ b/src/bin/pg_verifybackup/t/008_untar.pl
@@ -17,7 +17,6 @@ my $primary = PostgreSQL::Test::Cluster->new('primary');
$primary->init(allows_streaming => 1);
$primary->start;
-my $have_zlib = check_pg_config("#define HAVE_LIBZ 1");
my $backup_path = $primary->backup_dir . '/server-backup';
my $real_backup_path = PostgreSQL::Test::Utils::perl2host($backup_path);
my $extract_path = $primary->backup_dir . '/extracted-backup';
--
2.25.1