Fixed style [skip ci]

This commit is contained in:
Andrew Kane
2022-02-14 23:15:27 -08:00
parent 38f869e0bd
commit 4bdb27e85a

View File

@@ -35,7 +35,7 @@ foreach (@operators) {
# Test 100% recall
for (1..20) {
my $i = int(rand() * 100000);
my $query = $node->safe_psql("postgres", "SELECT v FROM tst WHERE i = $i");
my $query = $node->safe_psql("postgres", "SELECT v FROM tst WHERE i = $i;");
my $res = $node->safe_psql("postgres", qq(
SET enable_seqscan = off;
SELECT v FROM tst ORDER BY v <-> '$query' LIMIT 1;