This commit is contained in:
Andrew Kane
2024-03-25 19:07:09 -07:00
parent 023633a274
commit ce2ba65906

View File

@@ -97,7 +97,7 @@ for my $i (0 .. $#operators)
)); ));
# Test approximate results # Test approximate results
my $min = 0.94; my $min = 0.93;
test_recall($min, $operator); test_recall($min, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;"); $node->safe_psql("postgres", "DROP INDEX idx;");