Opened log file 'c:/cirrus/crashlog-postgres.exe_0958_2025-11-25_20-21-08-191.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: 1878.d04 Suspend: 1 Teb: 00000056`aeccd000 Unfrozen Child-SP RetAddr Call Site 00000056`af1fdef0 00007ff6`5892b013 postgres!VARATT_CAN_MAKE_SHORT( void * PTR = 0x00000000`00000000)+0xe [c:\cirrus\src\include\varatt.h @ 419] 00000056`af1fdf30 00007ff6`5892c331 postgres!heap_compute_data_size( struct TupleDescData * tupleDesc = 0x000001f4`36bf8dd8, unsigned int64 * values = 0x00000056`af1fe0d0, bool * isnull = 0x00000056`af1fe120)+0xb3 [c:\cirrus\src\backend\access\common\heaptuple.c @ 238] 00000056`af1fdfa0 00007ff6`58a8b55a postgres!heap_form_tuple( struct TupleDescData * tupleDescriptor = 0x000001f4`36bf8dd8, unsigned int64 * values = 0x00000056`af1fe0d0, bool * isnull = 0x00000056`af1fe120)+0x131 [c:\cirrus\src\backend\access\common\heaptuple.c @ 1158] 00000056`af1fe030 00007ff6`58b6563f postgres!StorePartitionKey( struct RelationData * rel = 0x000001f4`375e6b48, char strategy = 0n108 'l', short partnatts = 0n1, short * partattrs = 0x00000056`af1fe540, struct List * partexprs = 0x00000000`00000000, unsigned int * partopclass = 0x00000056`af1fe480, unsigned int * partcollation = 0x00000056`af1fe400)+0x23a [c:\cirrus\src\backend\catalog\heap.c @ 3949] 00000056`af1fe150 00007ff6`58f078a6 postgres!DefineRelation( struct CreateStmt * stmt = 0x000001f4`37574160, char relkind = 0n112 'p', unsigned int ownerId = 0xa, struct ObjectAddress * typaddress = 0x00000000`00000000, char * queryString = 0x000001f4`37572c90 ". DROP TABLE IF EXISTS parttab;. CREATE TABLE parttab (col1 text, key INTEGER PRIMARY KEY, col2 text) PARTITION BY LIST (key);. CREATE TABLE parttab1 (key INTEGER PRIMARY KEY, col1 text, col2 text);. CREATE TABLE parttab2 (key INTEGER PRIMARY KEY, col1 text, col2 text);. ALTER TABLE parttab ATTACH PARTITION parttab1 FOR VALUES IN (1);. ALTER TABLE parttab ATTACH PARTITION parttab2 FOR VALUES IN (2);. INSERT INTO parttab (key, col1, col2) VALUES (1, 'a', 'b');.")+0x132f [c:\cirrus\src\backend\commands\tablecmds.c @ 1247] 00000056`af1fe5b0 00007ff6`58f0497f postgres!ProcessUtilitySlow( struct ParseState * pstate = 0x000001f4`36c07440, struct PlannedStmt * pstmt = 0x000001f4`37570a80, char * queryString = 0x000001f4`37572c90 ". DROP TABLE IF EXISTS parttab;. CREATE TABLE parttab (col1 text, key INTEGER PRIMARY KEY, col2 text) PARTITION BY LIST (key);. CREATE TABLE parttab1 (key INTEGER PRIMARY KEY, col1 text, col2 text);. CREATE TABLE parttab2 (key INTEGER PRIMARY KEY, col1 text, col2 text);. ALTER TABLE parttab ATTACH PARTITION parttab1 FOR VALUES IN (1);. ALTER TABLE parttab ATTACH PARTITION parttab2 FOR VALUES IN (2);. INSERT INTO parttab (key, col1, col2) VALUES (1, 'a', 'b');.", ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x000001f4`37570e40, struct QueryCompletion * qc = 0x00000056`af1ff420)+0x336 [c:\cirrus\src\backend\tcop\utility.c @ 1165] 00000056`af1feeb0 00007ff6`58f03979 postgres!standard_ProcessUtility( struct PlannedStmt * pstmt = 0x000001f4`37570a80, char * queryString = 0x000001f4`37572c90 ". DROP TABLE IF EXISTS parttab;. CREATE TABLE parttab (col1 text, key INTEGER PRIMARY KEY, col2 text) PARTITION BY LIST (key);. CREATE TABLE parttab1 (key INTEGER PRIMARY KEY, col1 text, col2 text);. CREATE TABLE parttab2 (key INTEGER PRIMARY KEY, col1 text, col2 text);. ALTER TABLE parttab ATTACH PARTITION parttab1 FOR VALUES IN (1);. ALTER TABLE parttab ATTACH PARTITION parttab2 FOR VALUES IN (2);. INSERT INTO parttab (key, col1, col2) VALUES (1, 'a', 'b');.", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x000001f4`37570e40, struct QueryCompletion * qc = 0x00000056`af1ff420)+0xfef [c:\cirrus\src\backend\tcop\utility.c @ 1074] 00000056`af1ff080 00007ff6`58f02a4d postgres!ProcessUtility( struct PlannedStmt * pstmt = 0x000001f4`37570a80, char * queryString = 0x000001f4`37572c90 ". DROP TABLE IF EXISTS parttab;. CREATE TABLE parttab (col1 text, key INTEGER PRIMARY KEY, col2 text) PARTITION BY LIST (key);. CREATE TABLE parttab1 (key INTEGER PRIMARY KEY, col1 text, col2 text);. CREATE TABLE parttab2 (key INTEGER PRIMARY KEY, col1 text, col2 text);. ALTER TABLE parttab ATTACH PARTITION parttab1 FOR VALUES IN (1);. ALTER TABLE parttab ATTACH PARTITION parttab2 FOR VALUES IN (2);. INSERT INTO parttab (key, col1, col2) VALUES (1, 'a', 'b');.", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x000001f4`37570e40, struct QueryCompletion * qc = 0x00000056`af1ff420)+0x169 [c:\cirrus\src\backend\tcop\utility.c @ 528] 00000056`af1ff0d0 00007ff6`58f02d72 postgres!PortalRunUtility( struct PortalData * portal = 0x000001f4`36bdc0c0, struct PlannedStmt * pstmt = 0x000001f4`37570a80, bool isTopLevel = true, bool setHoldSnapshot = false, struct _DestReceiver * dest = 0x000001f4`37570e40, struct QueryCompletion * qc = 0x00000056`af1ff420)+0x13d [c:\cirrus\src\backend\tcop\pquery.c @ 1158] 00000056`af1ff140 00007ff6`58f01a02 postgres!PortalRunMulti( struct PortalData * portal = 0x000001f4`36bdc0c0, bool isTopLevel = true, bool setHoldSnapshot = false, struct _DestReceiver * dest = 0x000001f4`37570e40, struct _DestReceiver * altdest = 0x000001f4`37570e40, struct QueryCompletion * qc = 0x00000056`af1ff420)+0x2a2 [c:\cirrus\src\backend\tcop\pquery.c @ 1308] 00000056`af1ff1b0 00007ff6`58efde1d postgres!PortalRun( struct PortalData * portal = 0x000001f4`36bdc0c0, long count = 0n2147483647, bool isTopLevel = true, struct _DestReceiver * dest = 0x000001f4`37570e40, struct _DestReceiver * altdest = 0x000001f4`37570e40, struct QueryCompletion * qc = 0x00000056`af1ff420)+0x302 [c:\cirrus\src\backend\tcop\pquery.c @ 787] 00000056`af1ff350 00007ff6`58efb808 postgres!exec_simple_query( char * query_string = 0x000001f4`37572c90 ". DROP TABLE IF EXISTS parttab;. CREATE TABLE parttab (col1 text, key INTEGER PRIMARY KEY, col2 text) PARTITION BY LIST (key);. CREATE TABLE parttab1 (key INTEGER PRIMARY KEY, col1 text, col2 text);. CREATE TABLE parttab2 (key INTEGER PRIMARY KEY, col1 text, col2 text);. ALTER TABLE parttab ATTACH PARTITION parttab1 FOR VALUES IN (1);. ALTER TABLE parttab ATTACH PARTITION parttab2 FOR VALUES IN (2);. INSERT INTO parttab (key, col1, col2) VALUES (1, 'a', 'b');.")+0x59d [c:\cirrus\src\backend\tcop\postgres.c @ 1286] 00000056`af1ff470 00007ff6`58ef5315 postgres!PostgresMain( char * dbname = 0x000001f4`36b8eca0 "isolation_regression", char * username = 0x000001f4`36b8ec88 "SYSTEM")+0xaa8 [c:\cirrus\src\backend\tcop\postgres.c @ 4779] 00000056`af1ff680 00007ff6`58de31c6 postgres!BackendMain( void * startup_data = 0x000001f4`36b468b0, unsigned int64 startup_data_len = 0x18)+0x115 [c:\cirrus\src\backend\tcop\backend_startup.c @ 125] 00000056`af1ff6c0 00007ff6`58c94c69 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x000001f4`36b231e0)+0x2d6 [c:\cirrus\src\backend\postmaster\launch_backend.c @ 692] 00000056`af1ff730 00007ff6`592b8b49 postgres!main( int argc = 0n3, char ** argv = 0x000001f4`36b231e0)+0x329 [c:\cirrus\src\backend\main\main.c @ 222] 00000056`af1ff770 00007ff6`592b8a9e postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 00000056`af1ff7c0 00007ff6`592b895e postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 00000056`af1ff830 00007ff6`592b8bbe postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 00000056`af1ff860 00007fff`72bf4cb0 postgres!mainCRTStartup( void * __formal = 0x00000056`aeccc000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 00000056`af1ff890 00007fff`747bedcb KERNEL32!BaseThreadInitThunk+0x10 00000056`af1ff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 1878.ff8 Suspend: 1 Teb: 00000056`aeccf000 Unfrozen Child-SP RetAddr Call Site 00000056`af5ffa68 00007fff`7474b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000056`af5ffa70 00007fff`72bf4cb0 ntdll!TppWorkerThread+0x2df 00000056`af5ffd60 00007fff`747bedcb KERNEL32!BaseThreadInitThunk+0x10 00000056`af5ffd90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 1878.19e8 Suspend: 1 Teb: 00000056`aecd1000 Unfrozen Child-SP RetAddr Call Site 00000056`af9ff4f8 00007fff`7474b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000056`af9ff500 00007fff`72bf4cb0 ntdll!TppWorkerThread+0x2df 00000056`af9ff7f0 00007fff`747bedcb KERNEL32!BaseThreadInitThunk+0x10 00000056`af9ff820 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 1878.19cc Suspend: 1 Teb: 00000056`aecd3000 Unfrozen Child-SP RetAddr Call Site 00000056`afdff638 00007fff`71d34a7a ntdll!NtFsControlFile+0x14 00000056`afdff640 00007ff6`58dd6e6b KERNELBASE!ConnectNamedPipe+0x6a 00000056`afdff6b0 00007fff`72bf4cb0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 00000056`afdff7b0 00007fff`747bedcb KERNEL32!BaseThreadInitThunk+0x10 00000056`afdff7e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 4 Id: 1878.1848 Suspend: 1 Teb: 00000056`aecd5000 Unfrozen Child-SP RetAddr Call Site 00000056`b01ff6f8 00007fff`71ced90e ntdll!NtWaitForSingleObject+0x14 00000056`b01ff700 00007ff6`58dd88ac KERNELBASE!WaitForSingleObjectEx+0x8e 00000056`b01ff7a0 00007fff`72bf4cb0 postgres!pg_timer_thread( void * param = 0x00000000`00000000)+0x4c [c:\cirrus\src\backend\port\win32\timer.c @ 48] 00000056`b01ff7e0 00007fff`747bedcb KERNEL32!BaseThreadInitThunk+0x10 00000056`b01ff810 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 00000056aeccc000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff658910000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007fff748b4140 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 000001f436b16fe0 . 000001f436b87550 Ldr.InLoadOrderModuleList: 000001f436b17160 . 000001f436b87530 Ldr.InMemoryOrderModuleList: 000001f436b17170 . 000001f436b87540 Base TimeStamp Module 7ff658910000 69260f23 Nov 25 20:18:43 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7fff74740000 4cdc53dc Nov 11 20:36:44 2010 C:\Windows\SYSTEM32\ntdll.dll 7fff72be0000 dfadc574 Dec 01 02:44:04 2088 C:\Windows\System32\KERNEL32.DLL 7fff71cb0000 73e9e45d Aug 17 04:43:09 2031 C:\Windows\System32\KERNELBASE.dll 7fff74680000 2743399e Nov 16 00:58:06 1990 C:\Windows\System32\WS2_32.dll 7fff72980000 923914c8 Sep 27 16:26:48 2047 C:\Windows\System32\RPCRT4.dll 7fff734c0000 727730a7 Nov 09 00:17:43 2030 C:\Windows\System32\WLDAP32.dll 7fff72020000 eb78ec60 Mar 10 04:43:12 2095 C:\Windows\System32\ucrtbase.dll 7fff733f0000 d196fc33 Jun 05 07:11:47 2081 C:\Windows\System32\ADVAPI32.dll 7fff72d90000 ee390ecb Aug 25 07:05:47 2096 C:\Windows\System32\msvcrt.dll 7fff73340000 6e224083 Jul 20 20:41:39 2028 C:\Windows\System32\sechost.dll 7fff72640000 8eb6ca22 Nov 15 07:32:50 2045 C:\Windows\System32\bcrypt.dll 7fff63e90000 6514993f Sep 27 21:06:07 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7fff614c0000 6514991d Sep 27 21:05:33 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7fff73c80000 af256983 Feb 12 00:10:43 2063 C:\Windows\System32\USER32.dll 7fff72430000 981c36ea Nov 13 20:58:18 2050 C:\Windows\System32\win32u.dll 7fff72b90000 f0a55a21 Dec 08 19:12:33 2097 C:\Windows\System32\GDI32.dll 7fff72460000 df28147c Aug 21 16:57:32 2088 C:\Windows\System32\gdi32full.dll 7fff72310000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7fff64c30000 c3642e5c Nov 17 05:36:28 2073 C:\Windows\SYSTEM32\Secur32.dll 7fff63f40000 4226b519 Mar 03 06:56:25 2005 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7fff61810000 0c552b91 Jul 22 18:31:45 1976 C:\Windows\SYSTEM32\ucrtbased.dll 7fff63e70000 0f259d81 Jan 20 05:49:53 1978 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7fff71670000 f9dfa7e4 Nov 05 15:38:12 2102 C:\Windows\SYSTEM32\SSPICLI.DLL 7fff711b0000 66bacc45 Aug 13 03:00:21 2024 C:\Windows\system32\mswsock.dll 7fff63800000 7406c981 Sep 08 02:44:17 2031 C:\Windows\system32\wshunix.dll 7fff71410000 c3af2451 Jan 13 02:13:37 2074 C:\Windows\SYSTEM32\CRYPTSP.dll 7fff70c70000 652233d5 Oct 08 04:45:09 2023 C:\Windows\system32\rsaenh.dll 7fff71400000 49713241 Jan 17 01:20:01 2009 C:\Windows\SYSTEM32\CRYPTBASE.dll 7fff72290000 31c2c51e Jun 15 14:13:50 1996 C:\Windows\System32\bcryptPrimitives.dll 7fff6d940000 69260f4d Nov 25 20:19:25 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\utf8_and_win.dll SubSystemData: 0000000000000000 ProcessHeap: 000001f436b10000 ProcessParameters: 000001f436b1da20 CurrentDirectory: 'C:\cirrus\build\testrun\isolation\isolation\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" 6252' DllPath: '< Name not readable >' Environment: 000001f436b111f0 =C:=C:\cirrus\build\testrun\isolation\isolation\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-25t00-32-01 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\isolation;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=40055 PGSYSCONFDIR=/usr/local/pgsql/etc PGTZ=America/Los_Angeles PG_ABS_BUILDDIR=C:/cirrus/build/testrun/isolation/isolation PG_ABS_SRCDIR=C:/cirrus/src/test/isolation PG_DLSUFFIX=.dll PG_LIBDIR=C:/cirrus/build/src/test/isolation 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 CIRRUS_ARCH=amd64 CIRRUS_CHANGE_TITLE=[CF 5720] v2 - virtual generated column as partition key CI_FREEBSD_ENABLED=true CONTINUOUS_INTEGRATION=true CIRRUS_REPO_OWNER=postgresql-cfbot CI_SANITYCHECK_ENABLED=true CIRRUS_OS=windows CIRRUS_TASK_ID=4520389902073856 PLATFORM=x64 CHECKFLAGS=-Otarget PG_REGRESS_SOCK_DIR=c:/cirrus/ 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 REPO_CI_AUTOMATIC_TRIGGER_TASKS="netbsd openbsd mingw" CIRRUS_USER_PERMISSION=admin GCP_PROJECT=pg-ci-images CI_TRIGGER_TYPE_OPENBSD=automatic 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 CIRRUS_REPO_CLONE_TOKEN=ghs_GFM31k3J6CVrl8ToN0ny2LsyBK6eBN1Uhv5h CIRRUS_LOG_TIMESTAMP=true GITHUB_CHECK_SUITE_ID=50778463754 CONTAINER_REPO=us-docker.pkg.dev/pg-ci-images/ci CIRRUS_CHANGE_TIMESTAMP=1764101661000 CIRRUS_RESOLUTION_STRATEGY=SAME_SHA CI_WINDOWS_ENABLED=true CIRRUS_BRANCH=cf/5720 CIRRUS_LAST_GREEN_CHANGE=568c2118d7c9358268ce700f91b5d80075054bc7 CIRRUS_CHANGE_IN_REPO=a0b014d42cbe978cb281002ee50a97a5e448bb61 CIRRUS_BUILD_SOURCE=github CI_MACOS_ENABLED=true IMAGE_FAMILY=pg-ci-windows-ci IMAGE_PROJECT=pg-ci-images MTEST_ARGS=--print-errorlogs --no-rebuild -C build CIRRUS_REPO_CLONE_HOST=github.com CPUS=4 TEMP_CONFIG=c:/cirrus/src/tools/ci/pg_ci_base.conf CIRRUS_TASK_NAME=Windows - Server 2022, VS 2019 - Meson & ninja REPO_CI_CONFIG_GIT_URL=github.com/postgresql-cfbot/ci-config/gcp_and_macos_workers.yml@main TERM=xterm-256color CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMjIsIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjQ1MjAzODk5MDIwNzM4NTYiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNmLzU3MjAiLCJwbGF0Zm9ybSI6ImdpdGh1YiIsImF1ZCI6Imh0dHBzOi8vY2lycnVzLWNpLmNvbS9naXRodWIvcG9zdGdyZXNxbC1jZmJvdCIsIm5iZiI6MTc2NDEwMTgxNSwiYnVpbGRfaWQiOiI0Nzg1MzE1NzY1ODEzMjQ4IiwidXNlcl9wZXJtaXNzaW9uIjoiYWRtaW4iLCJyZXBvc2l0b3J5X2lkIjoiNTMwOTQyOTkxMjQzNjczNiIsImV4cCI6MTc2NDEwNjAxNSwiaWF0IjoxNzY0MTAxODE1LCJ1c2VyX2NvbGxhYm9yYXRvciI6InRydWUiLCJqdGkiOiI0OGE3MGZiYS0zZTA4LTQ0MmUtODYwYy0yMDFhYjA2NDZjNGMiLCJjaGFuZ2VfaW5fcmVwbyI6ImEwYjAxNGQ0MmNiZTk3OGNiMjgxMDAyZWU1MGE5N2E1ZTQ0OGJiNjEifQ.b8Np6leaRL8mYbnViHe1JPPBGNHmQtAtQWyU2SySVwcSlu8B-JIoMVQd4hJog-vpdBP9vYGmz44hbK4A78gi98r57dkdZ5Z9MmCvlrmMtWSrH62KpWNgCKGhnDpn1MYs_EgVdGE7z_vWDawKoErbC6tHwZcur1EjJVy4LGELq25GWgYYztx4vv6XUNPIZRHHmoALjtNT-4WAmzAEj34ML-gaNDFCygjiRT7MkZaGpe3vSB9g0e-J_FkVKo5DMTh0O8aFVOeKtyhvwoKiRK99p03k32FcFJg3nLGE0TK99cMq74YBGv5Q1lqOxh1otaweZCUpV92uszvvAFvslSh96Q CIRRUS_WINDOWS_ERROR_MODE=0x8001 CI_NODE_TOTAL=10 CI_COMPILERWARNINGS_ENABLED=true CI_NETBSD_ENABLED=true CIRRUS_DEFAULT_BRANCH=master LANG=en_US.UTF-8 MBUILD_TARGET=all testprep CIRRUS_LAST_GREEN_BUILD_ID=6528941961248768 CIRRUS_REPO_CLONE_URL=https://github.com/postgresql-cfbot/postgresql.git DISK_SIZE=50 CI=true CIRRUS_REPO_FULL_NAME=postgresql-cfbot/postgresql PROVE_FLAGS=--timer MESON_FEATURES=-Dauto_features=disabled -Dldap=enabled -Dssl=openssl -Dtap_tests=enabled -Dplperl=enabled -Dplpython=enabled PGCTLTIMEOUT=120 CCACHE_MAXSIZE=250M TAR=c:/windows/system32/tar.exe CIRRUS_USER_COLLABORATOR=true CI_NODE_INDEX=7 CIRRUS_WORKING_DIR=c:/cirrus CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-4520389902073856-0df08c89-3bc1-42a5-a1d8-9b8dbc008d85 CI_LINUX_ENABLED=true PG_TEST_USE_UNIX_SOCKETS=1 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 CI_MINGW_ENABLED=true BRANCH=cf/5720 CI_TRIGGER_TYPE_MINGW=automatic CIRRUS_REPO_NAME=postgresql CIRRUS_CI=true CIRRUS_REPO_ID=5309429912436736 CIRRUS_BUILD_ID=4785315765813248 CI_TRIGGER_TYPE_NETBSD=automatic MESON_COMMON_PG_CONFIG_ARGS=-Dcassert=true -Dinjection_points=true TEST_JOBS=8 CIRRUS_CPU=4 CHECK=check-world PROVE_FLAGS=--timer CI_OPENBSD_ENABLED=true PG_TEST_EXTRA=kerberos ldap ssl libpq_encryption load_balance oauth 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_=125 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/isolation/isolation\data TESTLOGDIR=C:\cirrus\build/testrun/isolation/isolation\log Closing open log file c:/cirrus/crashlog-postgres.exe_0958_2025-11-25_20-21-08-191.txt