mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Remove superfluous variable.
Jeevan Ladhe Discussion: http://postgr.es/m/CAOgcT0PJpOiafsmZfGZRLGK1WUqZwYdjFWRwgZTVDQHCCwO-EQ@mail.gmail.com
This commit is contained in:
parent
aeb4cc9ea0
commit
82331ed4dd
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user