mirror of
https://github.com/pgvector/pgvector.git
synced 2026-07-06 04:30:56 +08:00
Only update insert page if first free element
This commit is contained in:
@@ -38,7 +38,6 @@ $node->safe_psql("postgres",
|
||||
|
||||
# Check size
|
||||
my $new_size = $node->safe_psql("postgres", "SELECT pg_total_relation_size('tst_v_idx');");
|
||||
# TODO Improve
|
||||
cmp_ok($new_size, "<=", $size * 2, "size does not increase too much");
|
||||
cmp_ok($new_size, "<=", $size * 1.01, "size does not increase too much");
|
||||
|
||||
done_testing();
|
||||
|
||||
Reference in New Issue
Block a user