Opened log file 'c:/cirrus/crashlog-postgres.exe_198c_2025-11-17_08-40-45-244.txt' 415: /* Is varlena datum short enough to convert to short-header format? */ 416: static inline bool 417: VARATT_CAN_MAKE_SHORT(const void *PTR) 418: { > 419: return VARATT_IS_4B_U(PTR) && 420: (VARSIZE(PTR) - VARHDRSZ + VARHDRSZ_SHORT) <= VARATT_SHORT_MAX; 421: } 422: 423: /* Size that datum will have in short-header format, including header */ 424: static inline Size . 0 Id: 18d4.b58 Suspend: 1 Teb: 00000049`5685f000 Unfrozen Child-SP RetAddr Call Site 00000049`56dfe0a0 00007ff6`e138aff3 postgres!VARATT_CAN_MAKE_SHORT( void * PTR = 0x00000000`00000000)+0xe [c:\cirrus\src\include\varatt.h @ 419] 00000049`56dfe0e0 00007ff6`e138c311 postgres!heap_compute_data_size( struct TupleDescData * tupleDesc = 0x000001c2`eaa561e8, unsigned int64 * values = 0x00000049`56dfe280, bool * isnull = 0x00000049`56dfe2d0)+0xb3 [c:\cirrus\src\backend\access\common\heaptuple.c @ 238] 00000049`56dfe150 00007ff6`e14eb2fa postgres!heap_form_tuple( struct TupleDescData * tupleDescriptor = 0x000001c2`eaa561e8, unsigned int64 * values = 0x00000049`56dfe280, bool * isnull = 0x00000049`56dfe2d0)+0x131 [c:\cirrus\src\backend\access\common\heaptuple.c @ 1158] 00000049`56dfe1e0 00007ff6`e15c532f postgres!StorePartitionKey( struct RelationData * rel = 0x000001c2`eaa5a1b8, char strategy = 0n108 'l', short partnatts = 0n1, short * partattrs = 0x00000049`56dfe6f0, struct List * partexprs = 0x00000000`00000000, unsigned int * partopclass = 0x00000049`56dfe630, unsigned int * partcollation = 0x00000049`56dfe5b0)+0x23a [c:\cirrus\src\backend\catalog\heap.c @ 3949] 00000049`56dfe300 00007ff6`e1967376 postgres!DefineRelation( struct CreateStmt * stmt = 0x000001c2`ea6b5bd0, char relkind = 0n112 'p', unsigned int ownerId = 0xa, struct ObjectAddress * typaddress = 0x00000000`00000000, char * queryString = 0x000001c2`ea6b4ea0 "create table pc_list_parted (a int) partition by list(a);")+0x132f [c:\cirrus\src\backend\commands\tablecmds.c @ 1247] 00000049`56dfe760 00007ff6`e196444f postgres!ProcessUtilitySlow( struct ParseState * pstate = 0x000001c2`ea6d8bd0, struct PlannedStmt * pstmt = 0x000001c2`ea6b5ce0, char * queryString = 0x000001c2`ea6b4ea0 "create table pc_list_parted (a int) partition by list(a);", ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x000001c2`ea6b60a0, struct QueryCompletion * qc = 0x00000049`56dff5d0)+0x336 [c:\cirrus\src\backend\tcop\utility.c @ 1165] 00000049`56dff060 00007ff6`e1963449 postgres!standard_ProcessUtility( struct PlannedStmt * pstmt = 0x000001c2`ea6b5ce0, char * queryString = 0x000001c2`ea6b4ea0 "create table pc_list_parted (a int) partition by list(a);", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x000001c2`ea6b60a0, struct QueryCompletion * qc = 0x00000049`56dff5d0)+0xfef [c:\cirrus\src\backend\tcop\utility.c @ 1074] 00000049`56dff230 00007ff6`e196251d postgres!ProcessUtility( struct PlannedStmt * pstmt = 0x000001c2`ea6b5ce0, char * queryString = 0x000001c2`ea6b4ea0 "create table pc_list_parted (a int) partition by list(a);", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x000001c2`ea6b60a0, struct QueryCompletion * qc = 0x00000049`56dff5d0)+0x169 [c:\cirrus\src\backend\tcop\utility.c @ 528] 00000049`56dff280 00007ff6`e1962842 postgres!PortalRunUtility( struct PortalData * portal = 0x000001c2`e9eb9c00, struct PlannedStmt * pstmt = 0x000001c2`ea6b5ce0, bool isTopLevel = true, bool setHoldSnapshot = false, struct _DestReceiver * dest = 0x000001c2`ea6b60a0, struct QueryCompletion * qc = 0x00000049`56dff5d0)+0x13d [c:\cirrus\src\backend\tcop\pquery.c @ 1158] 00000049`56dff2f0 00007ff6`e19614d2 postgres!PortalRunMulti( struct PortalData * portal = 0x000001c2`e9eb9c00, bool isTopLevel = true, bool setHoldSnapshot = false, struct _DestReceiver * dest = 0x000001c2`ea6b60a0, struct _DestReceiver * altdest = 0x000001c2`ea6b60a0, struct QueryCompletion * qc = 0x00000049`56dff5d0)+0x2a2 [c:\cirrus\src\backend\tcop\pquery.c @ 1308] 00000049`56dff360 00007ff6`e195d8ed postgres!PortalRun( struct PortalData * portal = 0x000001c2`e9eb9c00, long count = 0n2147483647, bool isTopLevel = true, struct _DestReceiver * dest = 0x000001c2`ea6b60a0, struct _DestReceiver * altdest = 0x000001c2`ea6b60a0, struct QueryCompletion * qc = 0x00000049`56dff5d0)+0x302 [c:\cirrus\src\backend\tcop\pquery.c @ 787] 00000049`56dff500 00007ff6`e195b2d8 postgres!exec_simple_query( char * query_string = 0x000001c2`ea6b4ea0 "create table pc_list_parted (a int) partition by list(a);")+0x59d [c:\cirrus\src\backend\tcop\postgres.c @ 1286] 00000049`56dff620 00007ff6`e1954de5 postgres!PostgresMain( char * dbname = 0x000001c2`e9e280e0 "regression", char * username = 0x000001c2`e9e6c7c8 "SYSTEM")+0xaa8 [c:\cirrus\src\backend\tcop\postgres.c @ 4779] 00000049`56dff830 00007ff6`e1842e76 postgres!BackendMain( void * startup_data = 0x000001c2`e9e262b0, unsigned int64 startup_data_len = 0x18)+0x115 [c:\cirrus\src\backend\tcop\backend_startup.c @ 125] 00000049`56dff870 00007ff6`e16f4909 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x000001c2`e9e031c0)+0x2d6 [c:\cirrus\src\backend\postmaster\launch_backend.c @ 692] 00000049`56dff8e0 00007ff6`e1d162a9 postgres!main( int argc = 0n3, char ** argv = 0x000001c2`e9e031c0)+0x329 [c:\cirrus\src\backend\main\main.c @ 222] 00000049`56dff920 00007ff6`e1d161fe postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 00000049`56dff970 00007ff6`e1d160be postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 00000049`56dff9e0 00007ff6`e1d1631e postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 00000049`56dffa10 00007ff9`fa9c4cb0 postgres!mainCRTStartup( void * __formal = 0x00000049`5685e000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 00000049`56dffa40 00007ff9`fc6bedcb KERNEL32!BaseThreadInitThunk+0x10 00000049`56dffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 18d4.5c0 Suspend: 1 Teb: 00000049`56861000 Unfrozen Child-SP RetAddr Call Site 00000049`571ffc38 00007ff9`fc64b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000049`571ffc40 00007ff9`fa9c4cb0 ntdll!TppWorkerThread+0x2df 00000049`571fff30 00007ff9`fc6bedcb KERNEL32!BaseThreadInitThunk+0x10 00000049`571fff60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 18d4.1860 Suspend: 1 Teb: 00000049`56863000 Unfrozen Child-SP RetAddr Call Site 00000049`575ff5d8 00007ff9`fc64b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000049`575ff5e0 00007ff9`fa9c4cb0 ntdll!TppWorkerThread+0x2df 00000049`575ff8d0 00007ff9`fc6bedcb KERNEL32!BaseThreadInitThunk+0x10 00000049`575ff900 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 18d4.1ad8 Suspend: 1 Teb: 00000049`56865000 Unfrozen Child-SP RetAddr Call Site 00000049`579ffba8 00007ff9`f9ef4a7a ntdll!NtFsControlFile+0x14 00000049`579ffbb0 00007ff6`e1836b1b KERNELBASE!ConnectNamedPipe+0x6a 00000049`579ffc20 00007ff9`fa9c4cb0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 00000049`579ffd20 00007ff9`fc6bedcb KERNEL32!BaseThreadInitThunk+0x10 00000049`579ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 4 Id: 18d4.19d0 Suspend: 1 Teb: 00000049`56867000 Unfrozen Child-SP RetAddr Call Site 00000049`57dff978 00007ff9`f9ead90e ntdll!NtWaitForSingleObject+0x14 00000049`57dff980 00007ff6`e183855c KERNELBASE!WaitForSingleObjectEx+0x8e 00000049`57dffa20 00007ff9`fa9c4cb0 postgres!pg_timer_thread( void * param = 0x00000000`00000000)+0x4c [c:\cirrus\src\backend\port\win32\timer.c @ 48] 00000049`57dffa60 00007ff9`fc6bedcb KERNEL32!BaseThreadInitThunk+0x10 00000049`57dffa90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 000000495685e000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff6e1370000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007ff9fc7b4140 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 000001c2e9df6fb0 . 000001c2e9e65200 Ldr.InLoadOrderModuleList: 000001c2e9df7130 . 000001c2e9e651e0 Ldr.InMemoryOrderModuleList: 000001c2e9df7140 . 000001c2e9e651f0 Base TimeStamp Module 7ff6e1370000 691adf0c Nov 17 08:38:36 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7ff9fc640000 4cdc53dc Nov 11 20:36:44 2010 C:\Windows\SYSTEM32\ntdll.dll 7ff9fa9b0000 dfadc574 Dec 01 02:44:04 2088 C:\Windows\System32\KERNEL32.DLL 7ff9f9e70000 73e9e45d Aug 17 04:43:09 2031 C:\Windows\System32\KERNELBASE.dll 7ff9facb0000 2743399e Nov 16 00:58:06 1990 C:\Windows\System32\WS2_32.dll 7ff9fa5b0000 923914c8 Sep 27 16:26:48 2047 C:\Windows\System32\RPCRT4.dll 7ff9faa70000 727730a7 Nov 09 00:17:43 2030 C:\Windows\System32\WLDAP32.dll 7ff9fa1e0000 eb78ec60 Mar 10 04:43:12 2095 C:\Windows\System32\ucrtbase.dll 7ff9fbc80000 d196fc33 Jun 05 07:11:47 2081 C:\Windows\System32\ADVAPI32.dll 7ff9fab40000 ee390ecb Aug 25 07:05:47 2096 C:\Windows\System32\msvcrt.dll 7ff9fb1f0000 6e224083 Jul 20 20:41:39 2028 C:\Windows\System32\sechost.dll 7ff9f9c60000 8eb6ca22 Nov 15 07:32:50 2045 C:\Windows\System32\bcrypt.dll 7ff9eabc0000 6514993f Sep 27 21:06:07 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7ff9e9e70000 6514991d Sep 27 21:05:33 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7ff9fb040000 af256983 Feb 12 00:10:43 2063 C:\Windows\System32\USER32.dll 7ff9f9c30000 981c36ea Nov 13 20:58:18 2050 C:\Windows\System32\win32u.dll 7ff9fac80000 f0a55a21 Dec 08 19:12:33 2097 C:\Windows\System32\GDI32.dll 7ff9fa2f0000 df28147c Aug 21 16:57:32 2088 C:\Windows\System32\gdi32full.dll 7ff9fa410000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7ff9ecce0000 c3642e5c Nov 17 05:36:28 2073 C:\Windows\SYSTEM32\Secur32.dll 7ff9ebfd0000 4226b519 Mar 03 06:56:25 2005 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7ff9eaf20000 0c552b91 Jul 22 18:31:45 1976 C:\Windows\SYSTEM32\ucrtbased.dll 7ff9ebfb0000 0f259d81 Jan 20 05:49:53 1978 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7ff9f9570000 f9dfa7e4 Nov 05 15:38:12 2102 C:\Windows\SYSTEM32\SSPICLI.DLL 7ff9f90b0000 66bacc45 Aug 13 03:00:21 2024 C:\Windows\system32\mswsock.dll 7ff9e9510000 7406c981 Sep 08 02:44:17 2031 C:\Windows\system32\wshunix.dll 7ff9f9310000 c3af2451 Jan 13 02:13:37 2074 C:\Windows\SYSTEM32\CRYPTSP.dll 7ff9f8b70000 652233d5 Oct 08 04:45:09 2023 C:\Windows\system32\rsaenh.dll 7ff9f9300000 49713241 Jan 17 01:20:01 2009 C:\Windows\SYSTEM32\CRYPTBASE.dll 7ff9f9bb0000 31c2c51e Jun 15 14:13:50 1996 C:\Windows\System32\bcryptPrimitives.dll 7ff9f4b40000 691adf34 Nov 17 08:39:16 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\utf8_and_win.dll 7ff9ec800000 691adf35 Nov 17 08:39:17 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\plpgsql.dll SubSystemData: 0000000000000000 ProcessHeap: 000001c2e9df0000 ProcessParameters: 000001c2e9dfd9f0 CurrentDirectory: 'C:\cirrus\build\testrun\regress\regress\tmp_check\data\' WindowTitle: 'C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe' ImageFile: 'C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe' CommandLine: '"C:/cirrus/build/tmp_install/usr/local/pgsql/bin/postgres.exe" --forkchild="client backend" 10652' DllPath: '< Name not readable >' Environment: 000001c2e9df11f0 =C:=C:\cirrus\build\testrun\regress\regress\tmp_check\data ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Windows\system32\config\systemprofile\AppData\Roaming CHOCOLATEYINSTALL=C:\ProgramData\chocolatey COMMANDPROMPTTYPE=Native COMMONPROGRAMFILES=C:\Program Files\Common Files COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files COMMONPROGRAMW6432=C:\Program Files\Common Files COMPUTERNAME=BUILD-PG-CI-WIN COMSPEC=C:\Windows\system32\cmd.exe DEFAULT_PERL_VERSION=5.42.0.1 DEVENVDIR=C:\VS_2019\Common7\IDE\ DRIVERDATA=C:\Windows\System32\Drivers\DriverData EXTENSIONSDKDIR=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs FRAMEWORK40VERSION=v4.0 FRAMEWORKDIR=C:\Windows\Microsoft.NET\Framework64\ FRAMEWORKDIR64=C:\Windows\Microsoft.NET\Framework64\ FRAMEWORKVERSION=v4.0.30319 FRAMEWORKVERSION64=v4.0.30319 GOOGETROOT=C:\ProgramData\GooGet IMAGE_IDENTITY=pg-ci-windows-ci-2025-11-16t00-32-41 INCLUDE=C:\VS_2019\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt LC_COLLATE=C LC_CTYPE=English_United States.1252 LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LIB=C:\VS_2019\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\um\x64 LIBPATH=C:\VS_2019\VC\Tools\MSVC\14.29.30133\lib\x64;C:\VS_2019\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.22621.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 LOCALAPPDATA=C:\Windows\system32\config\systemprofile\AppData\Local MSYSTEM=UCRT64 NUMBER_OF_PROCESSORS=4 OS=Windows_NT PATH=C:\cirrus\build\tmp_install\usr\local\pgsql\bin;C:\cirrus\build\src/test\regress;C:\VS_2019\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\VS_2019\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\VS_2019\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\VS_2019\Common7\IDE\;C:\VS_2019\Common7\Tools\;C:\VS_2019\VC\Auxiliary\Build;C:\zstd\zstd-v1.5.2-win64;C:\zlib;C:\lz4;C:\icu;C:\winflexbison;C:\strawberry\5.42.0.1\perl\bin;C:\python\Scripts\;C:\python\;C:\Windows Kits\10\Debuggers\x64;C:\Program Files\Git\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\GooGet;C:\Program Files\Google\Compute Engine\metadata_scripts;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files\PowerShell\7\;C:\Program Files\Google\Compute Engine\sysprep;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW;.CPL PGAPPNAME=pg_regress PGDATESTYLE=Postgres, MDY PGHOST=c:/cirrus/ PGOPTIONS= -c intervalstyle=postgres_verbose PGPORT=40054 PGSYSCONFDIR=/usr/local/pgsql/etc PGTZ=America/Los_Angeles PG_ABS_BUILDDIR=C:/cirrus/build/testrun/regress/regress PG_ABS_SRCDIR=C:/cirrus/src/test/regress PG_DLSUFFIX=.dll PG_LIBDIR=C:/cirrus/build/src/test/regress PG_RESTRICT_EXEC=1 POWERSHELL_DISTRIBUTION_CHANNEL=MSI:Windows Server 2022 Datacenter PROCESSOR_ARCHITECTURE=AMD64 PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 1 Stepping 0, AuthenticAMD PROCESSOR_LEVEL=25 PROCESSOR_REVISION=0100 PROGRAMDATA=C:\ProgramData PROGRAMFILES=C:\Program Files PROGRAMFILES(X86)=C:\Program Files (x86) PROGRAMW6432=C:\Program Files PROMPT=$P$G PSEXECUTIONPOLICYPREFERENCE=Unrestricted PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\PowerShell PUBLIC=C:\Users\Public SYSTEMDRIVE=C: SYSTEMROOT=C:\Windows TEMP=C:\Windows\TEMP TMP=C:\Windows\TEMP UCRTVERSION=10.0.22621.0 UNIVERSALCRTSDKDIR=C:\Program Files (x86)\Windows Kits\10\ USERDOMAIN=WORKGROUP USERNAME=BUILD-PG-CI-WIN$ USERPROFILE=C:\Windows\system32\config\systemprofile VCIDEINSTALLDIR=C:\VS_2019\Common7\IDE\VC\ VCINSTALLDIR=C:\VS_2019\VC\ VCTOOLSINSTALLDIR=C:\VS_2019\VC\Tools\MSVC\14.29.30133\ VCTOOLSREDISTDIR=C:\VS_2019\VC\Redist\MSVC\14.29.30133\ VCTOOLSVERSION=14.29.30133 VISUALSTUDIOVERSION=16.0 VS160COMNTOOLS=C:\VS_2019\Common7\Tools\ VSCMD_ARG_APP_PLAT=Desktop VSCMD_ARG_HOST_ARCH=x64 VSCMD_ARG_TGT_ARCH=x64 VSCMD_VER=16.11.53 VSINSTALLDIR=C:\VS_2019\ WINDIR=C:\Windows TERM=xterm-256color CI_TRIGGER_TYPE_MINGW=automatic CIRRUS_OS=windows CIRRUS_CHANGE_TIMESTAMP=1763368466000 CIRRUS_LOG_TIMESTAMP=true CIRRUS_COMMIT_MESSAGE=[CF 5720] v2 - virtual generated column as partition key This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5720 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/CACJufxEV2dre3dti4+wRGEd-gDbWi0VFNG5qq0AB+Xj4n78PGQ@mail.gmail.com Author(s): Jian He PLATFORM=x64 MESON_COMMON_FEATURES=-Dauto_features=disabled -Dldap=enabled -Dssl=openssl -Dtap_tests=enabled -Dplperl=enabled -Dplpython=enabled -Ddocs=enabled -Dicu=enabled -Dlibxml=enabled -Dlibxslt=enabled -Dlz4=enabled -Dpltcl=enabled -Dreadline=enabled -Dzlib=enabled -Dzstd=enabled CIRRUS_BUILD_SOURCE=github CIRRUS_BRANCH=cf/5720 CI_NETBSD_ENABLED=true CCACHE_MAXSIZE=250M MESON_FEATURES=-Dauto_features=disabled -Dldap=enabled -Dssl=openssl -Dtap_tests=enabled -Dplperl=enabled -Dplpython=enabled TEMP_CONFIG=c:/cirrus/src/tools/ci/pg_ci_base.conf CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-6645621223849984-1bec711f-5f74-4d64-84e2-89a2b6b284ff CIRRUS_TASK_ID=6645621223849984 PG_TEST_USE_UNIX_SOCKETS=1 CIRRUS_USER_PERMISSION=admin CIRRUS_CHANGE_IN_REPO=31bfe4daa283eabb664727ba6ece676068c05a4d CIRRUS_REPO_CLONE_TOKEN=ghs_kIJPY4pZccde4QjUFKYU9xliTHwDZ61RF7eQ CI_SANITYCHECK_ENABLED=true CIRRUS_REPO_NAME=postgresql TEST_JOBS=8 CI_MINGW_ENABLED=true CI_NODE_INDEX=7 CIRRUS_CI=true CIRRUS_WINDOWS_ERROR_MODE=0x8001 MTEST_ARGS=--print-errorlogs --no-rebuild -C build LANG=en_US.UTF-8 CIRRUS_TASK_NAME=Windows - Server 2022, VS 2019 - Meson & ninja CI=true CI_FREEBSD_ENABLED=true CI_LINUX_ENABLED=true CIRRUS_LAST_GREEN_BUILD_ID=6528941961248768 TAR=c:/windows/system32/tar.exe CI_NODE_TOTAL=10 IMAGE_FAMILY=pg-ci-windows-ci GCP_PROJECT=pg-ci-images CI_TRIGGER_TYPE_NETBSD=automatic PGCTLTIMEOUT=120 CI_TRIGGER_TYPE_OPENBSD=automatic CIRRUS_BUILD_ID=4669901404635136 GITHUB_CHECK_SUITE_ID=50063760755 CIRRUS_REPO_ID=5309429912436736 CONTINUOUS_INTEGRATION=true CI_MACOS_ENABLED=true CIRRUS_RESOLUTION_STRATEGY=SAME_SHA CIRRUS_DEFAULT_BRANCH=master CIRRUS_CHANGE_MESSAGE=[CF 5720] v2 - virtual generated column as partition key This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5720 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/CACJufxEV2dre3dti4+wRGEd-gDbWi0VFNG5qq0AB+Xj4n78PGQ@mail.gmail.com Author(s): Jian He MESON_COMMON_PG_CONFIG_ARGS=-Dcassert=true -Dinjection_points=true CHECK=check-world PROVE_FLAGS=--timer PG_REGRESS_SOCK_DIR=c:/cirrus/ CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 CPUS=4 PROVE_FLAGS=--timer CIRRUS_REPO_OWNER=postgresql-cfbot IMAGE_PROJECT=pg-ci-images REPO_CI_AUTOMATIC_TRIGGER_TASKS="netbsd openbsd mingw" CHECKFLAGS=-Otarget PG_TEST_EXTRA=kerberos ldap ssl libpq_encryption load_balance oauth CIRRUS_CPU=4 CONTAINER_REPO=us-docker.pkg.dev/pg-ci-images/ci CI_COMPILERWARNINGS_ENABLED=true BRANCH=cf/5720 CI_OPENBSD_ENABLED=true CI_WINDOWS_ENABLED=true CIRRUS_CHANGE_TITLE=[CF 5720] v2 - virtual generated column as partition key CIRRUS_REPO_FULL_NAME=postgresql-cfbot/postgresql CIRRUS_USER_COLLABORATOR=true DISK_SIZE=50 CIRRUS_REPO_CLONE_HOST=github.com CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMjIsIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjY2NDU2MjEyMjM4NDk5ODQiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNmLzU3MjAiLCJwbGF0Zm9ybSI6ImdpdGh1YiIsImF1ZCI6Imh0dHBzOi8vY2lycnVzLWNpLmNvbS9naXRodWIvcG9zdGdyZXNxbC1jZmJvdCIsIm5iZiI6MTc2MzM2ODYxOSwiYnVpbGRfaWQiOiI0NjY5OTAxNDA0NjM1MTM2IiwidXNlcl9wZXJtaXNzaW9uIjoiYWRtaW4iLCJyZXBvc2l0b3J5X2lkIjoiNTMwOTQyOTkxMjQzNjczNiIsImV4cCI6MTc2MzM3MjgxOSwiaWF0IjoxNzYzMzY4NjE5LCJ1c2VyX2NvbGxhYm9yYXRvciI6InRydWUiLCJqdGkiOiI4NmM5NTUwYS01NTg3LTRmYTYtODE1Yi0wZDNhMTU0YjUxOWQiLCJjaGFuZ2VfaW5fcmVwbyI6IjMxYmZlNGRhYTI4M2VhYmI2NjQ3MjdiYTZlY2U2NzYwNjhjMDVhNGQifQ.KutxUj8_akEwDY7wxE4kJbhjDo335Ez1PC2Usw3AHEihHv9pbP6IJjhYlntjeCbMhB1D53A81ZUW-LsRT2LIR8FFcPSpVaJKI4ndCAVSV5wOkSDoRNkEzKkHJzgwZfOadnYXADxymSF3U8vGxjPCdn0TCGZ1AuZMuNKszE1KSKXzRsRMQkcsv6iub2o8hlDI-uq9t-oDMzJuYGW7RGOwQ5rj08f-KzIy8E1Qu_skCW6F2VSZu2l0261Ccvj7qg1bvB35GpY6gfdw5lmgMR21u4ZnYc1z0B-xxZ9W1OtknRvbkKFX7HWE0beYlRofLIPqsAmBuocvAPWTHF7ii03P1w CIRRUS_WORKING_DIR=c:/cirrus MBUILD_TARGET=all testprep REPO_CI_CONFIG_GIT_URL=github.com/postgresql-cfbot/ci-config/gcp_and_macos_workers.yml@main CIRRUS_LAST_GREEN_CHANGE=568c2118d7c9358268ce700f91b5d80075054bc7 CIRRUS_ARCH=amd64 CIRRUS_REPO_CLONE_URL=https://github.com/postgresql-cfbot/postgresql.git CIRRUS_CLONE_DEPTH=500 WINDOWSLIBPATH=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.22621.0 WINDOWSSDKBINPATH=C:\Program Files (x86)\Windows Kits\10\bin\ WINDOWSSDKDIR=C:\Program Files (x86)\Windows Kits\10\ WINDOWSSDKLIBVERSION=10.0.22621.0\ WINDOWSSDKVERBINPATH=C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\ WINDOWSSDKVERSION=10.0.22621.0\ __DOTNET_ADD_64BIT=1 __DOTNET_PREFERRED_BITNESS=64 __VSCMD_PREINIT_PATH=C:\VS_2019\VC\Auxiliary\Build;C:\zstd\zstd-v1.5.2-win64;C:\zlib;C:\lz4;C:\icu;C:\winflexbison;C:\strawberry\5.42.0.1\perl\bin;C:\python\Scripts\;C:\python\;C:\Windows Kits\10\Debuggers\x64;C:\Program Files\Git\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\GooGet;C:\Program Files\Google\Compute Engine\metadata_scripts;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files\PowerShell\7\;C:\Program Files\Google\Compute Engine\sysprep;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps; PG_REGRESS=C:\cirrus\build\src/test\regress\pg_regress.exe REGRESS_SHLIB=C:\cirrus\build\src/test\regress\regress.dll INITDB_TEMPLATE=C:/cirrus/build/tmp_install/initdb-template TOP_BUILDDIR=C:\cirrus\build MESON_TEST_ITERATION=1 MALLOC_PERTURB_=109 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTDATADIR=C:\cirrus\build/testrun/regress/regress\data TESTLOGDIR=C:\cirrus\build/testrun/regress/regress\log Closing open log file c:/cirrus/crashlog-postgres.exe_198c_2025-11-17_08-40-45-244.txt