Fixed test warning [skip ci]

This commit is contained in:
Andrew Kane
2024-01-20 21:10:24 -08:00
parent 2a7b38bf1f
commit 885dd5b665

View File

@@ -40,7 +40,7 @@ my $explain = $node->safe_psql("postgres", qq(
like($explain, qr/Index Scan using idx/);
# Test attribute filtering with few rows removed
my $explain = $node->safe_psql("postgres", qq(
$explain = $node->safe_psql("postgres", qq(
EXPLAIN ANALYZE SELECT i FROM tst WHERE c != $c ORDER BY v <-> '$query' LIMIT $limit;
));
like($explain, qr/Index Scan using idx/);