Improved code [skip ci]

This commit is contained in:
Andrew Kane
2024-03-25 19:23:30 -07:00
parent ce2ba65906
commit e7a7936bb2

View File

@@ -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