mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 07:36:55 +08:00
Fixed style [skip ci]
This commit is contained in:
@@ -35,7 +35,7 @@ foreach (@operators) {
|
|||||||
# Test 100% recall
|
# Test 100% recall
|
||||||
for (1..20) {
|
for (1..20) {
|
||||||
my $i = int(rand() * 100000);
|
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(
|
my $res = $node->safe_psql("postgres", qq(
|
||||||
SET enable_seqscan = off;
|
SET enable_seqscan = off;
|
||||||
SELECT v FROM tst ORDER BY v <-> '$query' LIMIT 1;
|
SELECT v FROM tst ORDER BY v <-> '$query' LIMIT 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user