mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-12 15:46:54 +08:00
Improved code [skip ci]
This commit is contained in:
@@ -64,7 +64,7 @@ $node->safe_psql("postgres",
|
|||||||
for (1 .. 20)
|
for (1 .. 20)
|
||||||
{
|
{
|
||||||
my $r = int(rand() * $max);
|
my $r = int(rand() * $max);
|
||||||
push(@queries, "${r}::bit($dim)");
|
push(@queries, "${r}::bigint::bit($dim)");
|
||||||
}
|
}
|
||||||
|
|
||||||
# Check each index type
|
# Check each index type
|
||||||
|
|||||||
Reference in New Issue
Block a user