From 07dba8c7c0f2fde4a0b2f41303e1197f9b06ba0b Mon Sep 17 00:00:00 2001 From: John Naylor Date: Sun, 7 Apr 2024 16:16:24 +0700 Subject: [PATCH v84 8/8] DEV compare bump context in tests --- src/test/modules/test_tidstore/test_tidstore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/modules/test_tidstore/test_tidstore.c b/src/test/modules/test_tidstore/test_tidstore.c index e4aad4dabb..77c275ba92 100644 --- a/src/test/modules/test_tidstore/test_tidstore.c +++ b/src/test/modules/test_tidstore/test_tidstore.c @@ -117,7 +117,7 @@ test_create(PG_FUNCTION_ARGS) } else /* VACUUM uses insert only, so we test the other option. */ - tidstore = TidStoreCreateLocal(tidstore_max_size, false); + tidstore = TidStoreCreateLocal(tidstore_max_size, true); tidstore_empty_size = TidStoreMemoryUsage(tidstore); -- 2.44.0