From e7a7936bb2c5140048012552e280c283feac969a Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 25 Mar 2024 19:23:30 -0700 Subject: [PATCH] Improved code [skip ci] --- test/t/020_hnsw_bit_build_recall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/t/020_hnsw_bit_build_recall.pl b/test/t/020_hnsw_bit_build_recall.pl index 81641c3..dc1fba1 100644 --- a/test/t/020_hnsw_bit_build_recall.pl +++ b/test/t/020_hnsw_bit_build_recall.pl @@ -64,7 +64,7 @@ $node->safe_psql("postgres", for (1 .. 20) { my $r = int(rand() * $max); - push(@queries, "${r}::bit($dim)"); + push(@queries, "${r}::bigint::bit($dim)"); } # Check each index type