Fixed CI [skip ci]

This commit is contained in:
Andrew Kane
2024-03-25 23:22:03 -07:00
parent 9ed4303a5e
commit 23c5bf6ef6

View File

@@ -97,7 +97,7 @@ for my $i (0 .. $#operators)
));
# Test approximate results
my $min = $operator eq "<\%>" ? 0.87 : 0.93;
my $min = $operator eq "<\%>" ? 0.84 : 0.93;
test_recall($min, $operator);
$node->safe_psql("postgres", "DROP INDEX idx;");