From 24192340cb7e8c7fc905f4ade3e21c29f9aaf37a Mon Sep 17 00:00:00 2001 From: Thomas Munro Date: Thu, 12 Mar 2026 23:07:33 +1300 Subject: [PATCH v4 09/21] ci: Define PG_STACK_USE_ARRAY for FreeBSD task. This provides test coverage for the fallback code in pg_stack_alloc.h, that we would otherwise lack since all modern systems have MSVC alloca() or GCC/Clang builtins. Reviewed-by: Discussion: --- .cirrus.tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml index 4841a204248..235886103e0 100644 --- a/.cirrus.tasks.yml +++ b/.cirrus.tasks.yml @@ -180,7 +180,7 @@ task: DISK_SIZE: 50 CCACHE_DIR: /tmp/ccache_dir - CPPFLAGS: -DRELCACHE_FORCE_RELEASE -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS + CPPFLAGS: -DRELCACHE_FORCE_RELEASE -DENFORCE_REGRESSION_TEST_NAME_RESTRICTIONS -DPG_STACK_USE_ARRAY CFLAGS: -Og -ggdb # Several buildfarm animals enable these options. Without testing them -- 2.50.1 (Apple Git-155)