8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f44cc commit 34ce114Copy full SHA for 34ce114
src/bin/pg_dump/t/002_pg_dump.pl
@@ -4248,10 +4248,10 @@
4248
my $test_key = $run;
4249
my $run_db = 'postgres';
4250
4251
- # Skip command-level tests for gzip if there is no support for it.
+ # Skip command-level tests for gzip/lz4 if there is no support for it.
4252
if ($pgdump_runs{$run}->{compile_option} &&
4253
- ($pgdump_runs{$run}->{compile_option} eq 'gzip' && !$supports_gzip) ||
4254
- ($pgdump_runs{$run}->{compile_option} eq 'lz4' && !$supports_lz4))
+ (($pgdump_runs{$run}->{compile_option} eq 'gzip' && !$supports_gzip) ||
+ ($pgdump_runs{$run}->{compile_option} eq 'lz4' && !$supports_lz4)))
4255
{
4256
note "$run: skipped due to no $pgdump_runs{$run}->{compile_option} support";
4257
next;
0 commit comments