Opened log file 'c:/cirrus/crashlog-postgres.exe_211c_2025-12-19_15-42-14-668.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: 18e0.1598 Suspend: 1 Teb: 00000091`759a8000 Unfrozen Child-SP RetAddr Call Site 00000091`75dfe550 00007ff7`65a5b043 postgres!VARATT_CAN_MAKE_SHORT( void * PTR = 0x00000000`00000000)+0xe [c:\cirrus\src\include\varatt.h @ 419] 00000091`75dfe590 00007ff7`65a5c361 postgres!heap_compute_data_size( struct TupleDescData * tupleDesc = 0x00000272`b3bd35c0, unsigned int64 * values = 0x00000091`75dfe730, bool * isnull = 0x00000091`75dfe780)+0xb3 [c:\cirrus\src\backend\access\common\heaptuple.c @ 238] 00000091`75dfe600 00007ff7`65bbc68a postgres!heap_form_tuple( struct TupleDescData * tupleDescriptor = 0x00000272`b3bd35c0, unsigned int64 * values = 0x00000091`75dfe730, bool * isnull = 0x00000091`75dfe780)+0x131 [c:\cirrus\src\backend\access\common\heaptuple.c @ 1158] 00000091`75dfe690 00007ff7`65c96aaf postgres!StorePartitionKey( struct RelationData * rel = 0x00000272`b3d9b408, char strategy = 0n108 'l', short partnatts = 0n1, short * partattrs = 0x00000091`75dfeba0, struct List * partexprs = 0x00000000`00000000, unsigned int * partopclass = 0x00000091`75dfeae0, unsigned int * partcollation = 0x00000091`75dfea60)+0x23a [c:\cirrus\src\backend\catalog\heap.c @ 3949] 00000091`75dfe7b0 00007ff7`660412b6 postgres!DefineRelation( struct CreateStmt * stmt = 0x00000272`b3b83458, char relkind = 0n112 'p', unsigned int ownerId = 0xa, struct ObjectAddress * typaddress = 0x00000000`00000000, char * queryString = 0x00000272`b3b82410 "CREATE TABLE tab1 (a int PRIMARY KEY, b text) PARTITION BY LIST (a)")+0x132f [c:\cirrus\src\backend\commands\tablecmds.c @ 1252] 00000091`75dfec10 00007ff7`6603e36f postgres!ProcessUtilitySlow( struct ParseState * pstate = 0x00000272`b31d3740, struct PlannedStmt * pstmt = 0x00000272`b3b83568, char * queryString = 0x00000272`b3b82410 "CREATE TABLE tab1 (a int PRIMARY KEY, b text) PARTITION BY LIST (a)", ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00000272`b3b83928, struct QueryCompletion * qc = 0x00000091`75dffa80)+0x336 [c:\cirrus\src\backend\tcop\utility.c @ 1165] 00000091`75dff510 00007ff7`6603d369 postgres!standard_ProcessUtility( struct PlannedStmt * pstmt = 0x00000272`b3b83568, char * queryString = 0x00000272`b3b82410 "CREATE TABLE tab1 (a int PRIMARY KEY, b text) 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 = 0x00000272`b3b83928, struct QueryCompletion * qc = 0x00000091`75dffa80)+0xfef [c:\cirrus\src\backend\tcop\utility.c @ 1074] 00000091`75dff6e0 00007ff7`6603c43d postgres!ProcessUtility( struct PlannedStmt * pstmt = 0x00000272`b3b83568, char * queryString = 0x00000272`b3b82410 "CREATE TABLE tab1 (a int PRIMARY KEY, b text) 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 = 0x00000272`b3b83928, struct QueryCompletion * qc = 0x00000091`75dffa80)+0x169 [c:\cirrus\src\backend\tcop\utility.c @ 528] 00000091`75dff730 00007ff7`6603c762 postgres!PortalRunUtility( struct PortalData * portal = 0x00000272`b32186d0, struct PlannedStmt * pstmt = 0x00000272`b3b83568, bool isTopLevel = true, bool setHoldSnapshot = false, struct _DestReceiver * dest = 0x00000272`b3b83928, struct QueryCompletion * qc = 0x00000091`75dffa80)+0x13d [c:\cirrus\src\backend\tcop\pquery.c @ 1158] 00000091`75dff7a0 00007ff7`6603b3f2 postgres!PortalRunMulti( struct PortalData * portal = 0x00000272`b32186d0, bool isTopLevel = true, bool setHoldSnapshot = false, struct _DestReceiver * dest = 0x00000272`b3b83928, struct _DestReceiver * altdest = 0x00000272`b3b83928, struct QueryCompletion * qc = 0x00000091`75dffa80)+0x2a2 [c:\cirrus\src\backend\tcop\pquery.c @ 1308] 00000091`75dff810 00007ff7`6603780d postgres!PortalRun( struct PortalData * portal = 0x00000272`b32186d0, long count = 0n2147483647, bool isTopLevel = true, struct _DestReceiver * dest = 0x00000272`b3b83928, struct _DestReceiver * altdest = 0x00000272`b3b83928, struct QueryCompletion * qc = 0x00000091`75dffa80)+0x302 [c:\cirrus\src\backend\tcop\pquery.c @ 787] 00000091`75dff9b0 00007ff7`660351f8 postgres!exec_simple_query( char * query_string = 0x00000272`b3b82410 "CREATE TABLE tab1 (a int PRIMARY KEY, b text) PARTITION BY LIST (a)")+0x59d [c:\cirrus\src\backend\tcop\postgres.c @ 1286] 00000091`75dffad0 00007ff7`6602ed05 postgres!PostgresMain( char * dbname = 0x00000272`b31866b8 "postgres", char * username = 0x00000272`b31da048 "SYSTEM")+0xaa8 [c:\cirrus\src\backend\tcop\postgres.c @ 4779] 00000091`75dffce0 00007ff7`65f1bea6 postgres!BackendMain( void * startup_data = 0x00000272`b3186740, unsigned int64 startup_data_len = 0x18)+0x115 [c:\cirrus\src\backend\tcop\backend_startup.c @ 125] 00000091`75dffd20 00007ff7`65dc9a69 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x00000272`b3166e90)+0x2d6 [c:\cirrus\src\backend\postmaster\launch_backend.c @ 692] 00000091`75dffd90 00007ff7`663f76d9 postgres!main( int argc = 0n3, char ** argv = 0x00000272`b3166e90)+0x329 [c:\cirrus\src\backend\main\main.c @ 222] 00000091`75dffdd0 00007ff7`663f762e postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 00000091`75dffe20 00007ff7`663f74ee postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 00000091`75dffe90 00007ff7`663f774e postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 00000091`75dffec0 00007ff8`eab54cb0 postgres!mainCRTStartup( void * __formal = 0x00000091`759a7000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 00000091`75dffef0 00007ff8`eb2fedcb KERNEL32!BaseThreadInitThunk+0x10 00000091`75dfff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 18e0.9a8 Suspend: 1 Teb: 00000091`759aa000 Unfrozen Child-SP RetAddr Call Site 00000091`761ff4c8 00007ff8`eb28b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`761ff4d0 00007ff8`eab54cb0 ntdll!TppWorkerThread+0x2df 00000091`761ff7c0 00007ff8`eb2fedcb KERNEL32!BaseThreadInitThunk+0x10 00000091`761ff7f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 18e0.18b8 Suspend: 1 Teb: 00000091`759ac000 Unfrozen Child-SP RetAddr Call Site 00000091`765ff8f8 00007ff8`e8ec4a7a ntdll!NtFsControlFile+0x14 00000091`765ff900 00007ff7`65f0fb2b KERNELBASE!ConnectNamedPipe+0x6a 00000091`765ff970 00007ff8`eab54cb0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 00000091`765ffa70 00007ff8`eb2fedcb KERNEL32!BaseThreadInitThunk+0x10 00000091`765ffaa0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 18e0.16a0 Suspend: 1 Teb: 00000091`759ae000 Unfrozen Child-SP RetAddr Call Site 00000091`769ff6a8 00007ff8`e8e7d90e ntdll!NtWaitForSingleObject+0x14 00000091`769ff6b0 00007ff7`65f1156c KERNELBASE!WaitForSingleObjectEx+0x8e 00000091`769ff750 00007ff8`eab54cb0 postgres!pg_timer_thread( void * param = 0x00000000`00000000)+0x4c [c:\cirrus\src\backend\port\win32\timer.c @ 48] 00000091`769ff790 00007ff8`eb2fedcb KERNEL32!BaseThreadInitThunk+0x10 00000091`769ff7c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 4 Id: 18e0.1828 Suspend: 1 Teb: 00000091`759b0000 Unfrozen Child-SP RetAddr Call Site 00000091`76dff838 00007ff8`eb28b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`76dff840 00007ff8`eab54cb0 ntdll!TppWorkerThread+0x2df 00000091`76dffb30 00007ff8`eb2fedcb KERNEL32!BaseThreadInitThunk+0x10 00000091`76dffb60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 00000091759a7000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff765a40000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007ff8eb3f5140 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 00000272b315b6e0 . 00000272b31c63a0 Ldr.InLoadOrderModuleList: 00000272b3157090 . 00000272b31c6380 Ldr.InMemoryOrderModuleList: 00000272b31570a0 . 00000272b31c6390 Base TimeStamp Module 7ff765a40000 69457014 Dec 19 15:32:36 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7ff8eb280000 5b3542b5 Jun 28 20:19:01 2018 C:\Windows\SYSTEM32\ntdll.dll 7ff8eab40000 dfadc574 Dec 01 02:44:04 2088 C:\Windows\System32\KERNEL32.DLL 7ff8e8e40000 73e9e45d Aug 17 04:43:09 2031 C:\Windows\System32\KERNELBASE.dll 7ff8ea960000 2743399e Nov 16 00:58:06 1990 C:\Windows\System32\WS2_32.dll 7ff8ea800000 923914c8 Sep 27 16:26:48 2047 C:\Windows\System32\RPCRT4.dll 7ff8e9bf0000 727730a7 Nov 09 00:17:43 2030 C:\Windows\System32\WLDAP32.dll 7ff8e8ad0000 eb78ec60 Mar 10 04:43:12 2095 C:\Windows\System32\ucrtbase.dll 7ff8ea570000 d196fc33 Jun 05 07:11:47 2081 C:\Windows\System32\ADVAPI32.dll 7ff8ea750000 ee390ecb Aug 25 07:05:47 2096 C:\Windows\System32\msvcrt.dll 7ff8eaa20000 6e224083 Jul 20 20:41:39 2028 C:\Windows\System32\sechost.dll 7ff8e89f0000 8eb6ca22 Nov 15 07:32:50 2045 C:\Windows\System32\bcrypt.dll 7ff8d93b0000 6514993f Sep 27 21:06:07 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7ff8d9060000 6514991d Sep 27 21:05:33 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7ff8ea3c0000 af256983 Feb 12 00:10:43 2063 C:\Windows\System32\USER32.dll 7ff8e8a20000 981c36ea Nov 13 20:58:18 2050 C:\Windows\System32\win32u.dll 7ff8ea9f0000 f0a55a21 Dec 08 19:12:33 2097 C:\Windows\System32\GDI32.dll 7ff8e8c60000 df28147c Aug 21 16:57:32 2088 C:\Windows\System32\gdi32full.dll 7ff8e8950000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7ff8dbcc0000 c3642e5c Nov 17 05:36:28 2073 C:\Windows\SYSTEM32\Secur32.dll 7ff8db4e0000 99b2e401 Sep 18 08:17:05 2051 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7ff8daa50000 0c552b91 Jul 22 18:31:45 1976 C:\Windows\SYSTEM32\ucrtbased.dll 7ff8db4a0000 4260df93 Apr 16 09:49:07 2005 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7ff8e81b0000 f9dfa7e4 Nov 05 15:38:12 2102 C:\Windows\SYSTEM32\SSPICLI.DLL 7ff8e7cf0000 66bacc45 Aug 13 03:00:21 2024 C:\Windows\system32\mswsock.dll 7ff8d7a50000 7406c981 Sep 08 02:44:17 2031 C:\Windows\system32\wshunix.dll 7ff8e7f50000 c3af2451 Jan 13 02:13:37 2074 C:\Windows\SYSTEM32\CRYPTSP.dll 7ff8e77b0000 652233d5 Oct 08 04:45:09 2023 C:\Windows\system32\rsaenh.dll 7ff8e7f40000 49713241 Jan 17 01:20:01 2009 C:\Windows\SYSTEM32\CRYPTBASE.dll 7ff8e8be0000 31c2c51e Jun 15 14:13:50 1996 C:\Windows\System32\bcryptPrimitives.dll 7ff8e4420000 6945703c Dec 19 15:33:16 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\utf8_and_win.dll SubSystemData: 0000000000000000 ProcessHeap: 00000272b3150000 ProcessParameters: 00000272b315dd00 CurrentDirectory: 'C:\cirrus\build\testrun\subscription\013_partition\data\t_013_partition_publisher_data\pgdata\' 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" 4992' DllPath: '< Name not readable >' Environment: 00000272b31511f0 =C:=C:\cirrus\build\testrun\subscription\013_partition\data\t_013_partition_publisher_data\pgdata ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Windows\system32\config\systemprofile\AppData\Roaming ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 BRANCH=cf/5720 CCACHE_MAXSIZE=250M CHECK=check-world PROVE_FLAGS=--timer CHECKFLAGS=-Otarget CHOCOLATEYINSTALL=C:\ProgramData\chocolatey CI=true CIRRUS_ARCH=amd64 CIRRUS_BRANCH=cf/5720 CIRRUS_BUILD_ID=4605639835516928 CIRRUS_BUILD_SOURCE=github CIRRUS_CHANGE_IN_REPO=5bf9b605546a9216eade70ff2c2d7c1eebcd80a3 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 CIRRUS_CHANGE_TIMESTAMP=1766158101000 CIRRUS_CHANGE_TITLE=[CF 5720] v2 - virtual generated column as partition key CIRRUS_CI=true CIRRUS_CLONE_DEPTH=500 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_CPU=4 CIRRUS_DEFAULT_BRANCH=master CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-5366549730557952-5f3188a9-2268-4b7f-8481-573a7a535a92 CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 CIRRUS_LAST_GREEN_BUILD_ID=6528941961248768 CIRRUS_LAST_GREEN_CHANGE=568c2118d7c9358268ce700f91b5d80075054bc7 CIRRUS_LOG_TIMESTAMP=true CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMjIsIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjUzNjY1NDk3MzA1NTc5NTIiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNmLzU3MjAiLCJwbGF0Zm9ybSI6ImdpdGh1YiIsImF1ZCI6Imh0dHBzOi8vY2lycnVzLWNpLmNvbS9naXRodWIvcG9zdGdyZXNxbC1jZmJvdCIsIm5iZiI6MTc2NjE1ODI1MSwiYnVpbGRfaWQiOiI0NjA1NjM5ODM1NTE2OTI4IiwidXNlcl9wZXJtaXNzaW9uIjoiYWRtaW4iLCJyZXBvc2l0b3J5X2lkIjoiNTMwOTQyOTkxMjQzNjczNiIsImV4cCI6MTc2NjE2MjQ1MSwiaWF0IjoxNzY2MTU4MjUxLCJ1c2VyX2NvbGxhYm9yYXRvciI6InRydWUiLCJqdGkiOiJlZGUyNTA2NS02MGYzLTRlNjQtOWVhMi0zYjhiZDc1NTNkOTQiLCJjaGFuZ2VfaW5fcmVwbyI6IjViZjliNjA1NTQ2YTkyMTZlYWRlNzBmZjJjMmQ3YzFlZWJjZDgwYTMifQ.fP8iFEDfVBTymSazbap6On_aTV-w18f3wniyyeDweRz72cGgHGb9TxErgv48uHagxVRoarUmU1vDvepurPBeZ2qbQQb9cwQ5giRjuaR8Ahm38smsvsU6SDIGO7xkWS1n148l8nkQ0HGmLAaj6Z126xRR2mPh0RB4E6kRpWylXRlipN5qh4MMI4AU_rYMwNScAlwPJJ_SfZ1ujayHgsGvZdSxKIJDh1Pm5cms9x0lzndpSK8L-TQVt62dyIUQKrjxePuFFiRzum9XhR7e7jJwOBY0Wkhs0WKBWdP72XhwvXJC5pm0Mlm01dhRmHWDmYj6SF1br7fzLgFIdudn3pwSjg CIRRUS_OS=windows CIRRUS_REPO_CLONE_HOST=github.com CIRRUS_REPO_CLONE_TOKEN=ghs_hwuia6RTsG1tahZ0Ts8CnstAdATzpn2xQa70 CIRRUS_REPO_CLONE_URL=https://github.com/postgresql-cfbot/postgresql.git CIRRUS_REPO_FULL_NAME=postgresql-cfbot/postgresql CIRRUS_REPO_ID=5309429912436736 CIRRUS_REPO_NAME=postgresql CIRRUS_REPO_OWNER=postgresql-cfbot CIRRUS_RESOLUTION_STRATEGY=SAME_SHA CIRRUS_TASK_ID=5366549730557952 CIRRUS_TASK_NAME=Windows - Server 2022, VS 2019 - Meson & ninja CIRRUS_USER_COLLABORATOR=true CIRRUS_USER_PERMISSION=admin CIRRUS_WINDOWS_ERROR_MODE=0x8001 CIRRUS_WORKING_DIR=c:/cirrus CI_COMPILERWARNINGS_ENABLED=true CI_FREEBSD_ENABLED=true CI_LINUX_ENABLED=true CI_MACOS_ENABLED=true CI_MINGW_ENABLED=true CI_NETBSD_ENABLED=true CI_NODE_INDEX=7 CI_NODE_TOTAL=10 CI_OPENBSD_ENABLED=true CI_SANITYCHECK_ENABLED=true CI_TRIGGER_TYPE_MINGW=automatic CI_TRIGGER_TYPE_NETBSD=automatic CI_TRIGGER_TYPE_OPENBSD=automatic CI_WINDOWS_ENABLED=true 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 CONTAINER_REPO=us-docker.pkg.dev/pg-ci-images/ci CONTINUOUS_INTEGRATION=true CPUS=4 DEFAULT_PERL_VERSION=5.42.0.1 DEVENVDIR=C:\VS_2019\Common7\IDE\ DISK_SIZE=50 DRIVERDATA=C:\Windows\System32\Drivers\DriverData ENABLE_INJECTION_POINTS=yes 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 GCP_PROJECT=pg-ci-images GITHUB_CHECK_SUITE_ID=52674093976 GOOGETROOT=C:\ProgramData\GooGet IMAGE_FAMILY=pg-ci-windows-ci IMAGE_IDENTITY=pg-ci-windows-ci-2025-12-18t15-01-17 IMAGE_PROJECT=pg-ci-images 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 INITDB_TEMPLATE=C:/cirrus/build/tmp_install/initdb-template LANG=en_US.UTF-8 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 MALLOC_PERTURB_=24 MBUILD_TARGET=all testprep 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 MESON_COMMON_PG_CONFIG_ARGS=-Dcassert=true -Dinjection_points=true MESON_FEATURES=-Dauto_features=disabled -Dldap=enabled -Dssl=openssl -Dtap_tests=enabled -Dplperl=enabled -Dplpython=enabled MESON_TEST_ITERATION=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MSYSTEM=UCRT64 MTEST_ARGS=--print-errorlogs --no-rebuild -C build NUMBER_OF_PROCESSORS=4 OS=Windows_NT PATH=C:\cirrus\build\tmp_install\usr\local\pgsql\bin;C:\cirrus\build\src/test\subscription;C:/cirrus/build/src/test/subscription/test;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 PGCTLTIMEOUT=120 PGDATA=C:/cirrus/build/testrun/subscription/013_partition/data/t_013_partition_publisher_data/pgdata PGDATABASE=postgres PGHOST=C:/Windows/TEMP/9FlvGbHKoy PGPORT=16526 PGSYSCONFDIR=C:/cirrus/build/tmp_install/usr/local/pgsql/etc PG_REGRESS=C:\cirrus\build\src/test\regress\pg_regress.exe PG_REGRESS_SOCK_DIR=c:/cirrus/ PG_TEST_EXTRA=kerberos ldap ssl libpq_encryption load_balance oauth PG_TEST_USE_UNIX_SOCKETS=1 PLATFORM=x64 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 PROVE_FLAGS=--timer 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 REGRESS_SHLIB=C:\cirrus\build\src/test\regress\regress.dll REPO_CI_AUTOMATIC_TRIGGER_TASKS="netbsd openbsd mingw" REPO_CI_CONFIG_GIT_URL=github.com/postgresql-cfbot/ci-config/gcp_and_macos_workers.yml@main SHARE_CONTRIB_DIR=C:/cirrus/build/tmp_install//usr/local/pgsql/share/contrib SYSTEMDRIVE=C: SYSTEMROOT=C:\Windows TAR=c:/windows/system32/tar.exe TEMP=C:\Windows\TEMP TEMP_CONFIG=c:/cirrus/src/tools/ci/pg_ci_base.conf TERM=xterm-256color TEST2_ACTIVE=1 TESTDATADIR=C:\cirrus\build/testrun/subscription/013_partition\data TESTLOGDIR=C:\cirrus\build/testrun/subscription/013_partition\log TEST_ACTIVE=1 TEST_JOBS=8 TMP=C:\Windows\TEMP TOP_BUILDDIR=C:\cirrus\build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 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 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\ WITH_ICU=no __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; Closing open log file c:/cirrus/crashlog-postgres.exe_211c_2025-12-19_15-42-14-668.txt