Opened log file 'c:/cirrus/crashlog-postgres.exe_1e74_2024-03-09_15-55-40-046.txt' 235: 236: /* 237: * are they the same type of nodes? 238: */ > 239: if (nodeTag(a) != nodeTag(b)) 240: return false; 241: 242: /* Guard against stack overflow due to overly complex expressions */ 243: check_stack_depth(); 244: . 0 Id: 1ec8.1d98 Suspend: 1 Teb: 00000092`f9c7f000 Unfrozen Child-SP RetAddr Call Site 00000092`fa1fe9c0 00007ff6`9d1c7288 postgres!equal( void * a = 0x00000000`3e1f5478, void * b = 0x00000202`3de47558)+0x44 [c:\cirrus\src\backend\nodes\equalfuncs.c @ 239] 00000092`fa1fea00 00007ff6`9d283a81 postgres!list_member( struct List * list = 0x00000202`3e1f54e8, void * datum = 0x00000202`3de47558)+0xc8 [c:\cirrus\src\backend\nodes\list.c @ 670] 00000092`fa1fea50 00007ff6`9d283b47 postgres!add_new_column_to_pathtarget( struct PathTarget * target = 0x00000202`3e1f5408, struct Expr * expr = 0x00000202`3de47558)+0x21 [c:\cirrus\src\backend\optimizer\util\tlist.c @ 743] 00000092`fa1fea80 00007ff6`9d23910e postgres!add_new_columns_to_pathtarget( struct PathTarget * target = 0x00000202`3e1f5408, struct List * exprs = 0x00000202`3e1f5588)+0x97 [c:\cirrus\src\backend\optimizer\util\tlist.c @ 761] 00000092`fa1feae0 00007ff6`9d231988 postgres!make_group_input_target( struct PlannerInfo * root = 0x00000202`3de46e68, struct PathTarget * final_target = 0x00000202`3e1f5368)+0x1ee [c:\cirrus\src\backend\optimizer\plan\planner.c @ 5475] 00000092`fa1feb60 00007ff6`9d2309d7 postgres!grouping_planner( struct PlannerInfo * root = 0x00000202`3de46e68, double tuple_fraction = 0)+0x7f8 [c:\cirrus\src\backend\optimizer\plan\planner.c @ 1577] 00000092`fa1fee40 00007ff6`9d22edc6 postgres!subquery_planner( struct PlannerGlobal * glob = 0x00000202`3de450d8, struct Query * parse = 0x00000202`3ddb8550, struct PlannerInfo * parent_root = 0x00000000`00000000, bool hasRecursion = false, double tuple_fraction = 0)+0x11b7 [c:\cirrus\src\backend\optimizer\plan\planner.c @ 1090] 00000092`fa1fefd0 00007ff6`9d22e0bc postgres!standard_planner( struct Query * parse = 0x00000202`3ddb8550, char * query_string = 0x00000202`3ddb6ea0 "explain (verbose, costs off).select c2, sum(c1) from ft1 where c2 < 3 group by rollup(c2) order by 1 nulls last;", int cursorOptions = 0n2048, struct ParamListInfoData * boundParams = 0x00000000`00000000)+0x296 [c:\cirrus\src\backend\optimizer\plan\planner.c @ 412] 00000092`fa1ff110 00007ff6`9d3f8654 postgres!planner( struct Query * parse = 0x00000202`3ddb8550, char * query_string = 0x00000202`3ddb6ea0 "explain (verbose, costs off).select c2, sum(c1) from ft1 where c2 < 3 group by rollup(c2) order by 1 nulls last;", int cursorOptions = 0n2048, struct ParamListInfoData * boundParams = 0x00000000`00000000)+0x5c [c:\cirrus\src\backend\optimizer\plan\planner.c @ 280] 00000092`fa1ff150 00007ff6`9d053995 postgres!pg_plan_query( struct Query * querytree = 0x00000202`3ddb8550, char * query_string = 0x00000202`3ddb6ea0 "explain (verbose, costs off).select c2, sum(c1) from ft1 where c2 < 3 group by rollup(c2) order by 1 nulls last;", int cursorOptions = 0n2048, struct ParamListInfoData * boundParams = 0x00000000`00000000)+0x84 [c:\cirrus\src\backend\tcop\postgres.c @ 903] 00000092`fa1ff190 00007ff6`9d051802 postgres!ExplainOneQuery( struct Query * query = 0x00000202`3ddb8550, int cursorOptions = 0n2048, struct IntoClause * into = 0x00000000`00000000, struct ExplainState * es = 0x00000202`3e14cd48, char * queryString = 0x00000202`3ddb6ea0 "explain (verbose, costs off).select c2, sum(c1) from ft1 where c2 < 3 group by rollup(c2) order by 1 nulls last;", struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000)+0x195 [c:\cirrus\src\backend\commands\explain.c @ 428] 00000092`fa1ff370 00007ff6`9d402aea postgres!ExplainQuery( struct ParseState * pstate = 0x00000202`3e14cc38, struct ExplainStmt * stmt = 0x00000202`3ddb8390, struct ParamListInfoData * params = 0x00000000`00000000, struct _DestReceiver * dest = 0x00000202`3e14cba8)+0x852 [c:\cirrus\src\backend\commands\explain.c @ 298] 00000092`fa1ff460 00007ff6`9d402139 postgres!standard_ProcessUtility( struct PlannedStmt * pstmt = 0x00000202`3ddb8440, char * queryString = 0x00000202`3ddb6ea0 "explain (verbose, costs off).select c2, sum(c1) from ft1 where c2 < 3 group by rollup(c2) order by 1 nulls last;", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00000202`3e14cba8, struct QueryCompletion * qc = 0x00000092`fa1ff730)+0x99a [c:\cirrus\src\backend\tcop\utility.c @ 864] 00000092`fa1ff630 00007ff6`9d40111d postgres!ProcessUtility( struct PlannedStmt * pstmt = 0x00000202`3ddb8440, char * queryString = 0x00000202`3ddb6ea0 "explain (verbose, costs off).select c2, sum(c1) from ft1 where c2 < 3 group by rollup(c2) order by 1 nulls last;", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00000202`3e14cba8, struct QueryCompletion * qc = 0x00000092`fa1ff730)+0x169 [c:\cirrus\src\backend\tcop\utility.c @ 526] 00000092`fa1ff680 00007ff6`9d4009b2 postgres!PortalRunUtility( struct PortalData * portal = 0x00000202`3d578bf0, struct PlannedStmt * pstmt = 0x00000202`3ddb8440, bool isTopLevel = true, bool setHoldSnapshot = true, struct _DestReceiver * dest = 0x00000202`3e14cba8, struct QueryCompletion * qc = 0x00000092`fa1ff730)+0x13d [c:\cirrus\src\backend\tcop\pquery.c @ 1168] 00000092`fa1ff6f0 00007ff6`9d3fff10 postgres!FillPortalStore( struct PortalData * portal = 0x00000202`3d578bf0, bool isTopLevel = true)+0x112 [c:\cirrus\src\backend\tcop\pquery.c @ 1033] 00000092`fa1ff760 00007ff6`9d3fc4ef postgres!PortalRun( struct PortalData * portal = 0x00000202`3d578bf0, long count = 0n2147483647, bool isTopLevel = true, bool run_once = true, struct _DestReceiver * dest = 0x00000202`3e1f8f88, struct _DestReceiver * altdest = 0x00000202`3e1f8f88, struct QueryCompletion * qc = 0x00000092`fa1ffa08)+0x290 [c:\cirrus\src\backend\tcop\pquery.c @ 768] 00000092`fa1ff910 00007ff6`9d3f9f3d postgres!exec_simple_query( char * query_string = 0x00000202`3ddb6ea0 "explain (verbose, costs off).select c2, sum(c1) from ft1 where c2 < 3 group by rollup(c2) order by 1 nulls last;")+0x5ff [c:\cirrus\src\backend\tcop\postgres.c @ 1281] 00000092`fa1ffa50 00007ff6`9d303b57 postgres!PostgresMain( char * dbname = 0x00000202`3d52bfc8 "regression_postgres_fdw", char * username = 0x00000202`3d4e3de0 "SYSTEM")+0x81d [c:\cirrus\src\backend\tcop\postgres.c @ 4679] 00000092`fa1ffc60 00007ff6`9d3006ea postgres!BackendRun( struct Port * port = 0x00000202`3d4e3ea0)+0x37 [c:\cirrus\src\backend\postmaster\postmaster.c @ 4476] 00000092`fa1ffc90 00007ff6`9d1c36a4 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x00000202`3d4c3cd0)+0x2ca [c:\cirrus\src\backend\postmaster\postmaster.c @ 4966] 00000092`fa1ffcf0 00007ff6`9d785b69 postgres!main( int argc = 0n3, char ** argv = 0x00000202`3d4c3cd0)+0x2f4 [c:\cirrus\src\backend\main\main.c @ 189] 00000092`fa1ffd30 00007ff6`9d785abe postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 00000092`fa1ffd80 00007ff6`9d78597e postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 00000092`fa1ffdf0 00007ff6`9d785bde postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 00000092`fa1ffe20 00007ffc`ec104de0 postgres!mainCRTStartup( void * __formal = 0x00000092`f9c7e000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 00000092`fa1ffe50 00007ffc`ecebec4b KERNEL32!BaseThreadInitThunk+0x10 00000092`fa1ffe80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 1ec8.1d00 Suspend: 1 Teb: 00000092`f9c81000 Unfrozen Child-SP RetAddr Call Site 00000092`fa5ff638 00007ffc`ece4b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000092`fa5ff640 00007ffc`ec104de0 ntdll!TppWorkerThread+0x2df 00000092`fa5ff930 00007ffc`ecebec4b KERNEL32!BaseThreadInitThunk+0x10 00000092`fa5ff960 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 1ec8.1ef8 Suspend: 1 Teb: 00000092`f9c83000 Unfrozen Child-SP RetAddr Call Site 00000092`fa9ff8f8 00007ffc`ece4b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000092`fa9ff900 00007ffc`ec104de0 ntdll!TppWorkerThread+0x2df 00000092`fa9ffbf0 00007ffc`ecebec4b KERNEL32!BaseThreadInitThunk+0x10 00000092`fa9ffc20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 1ec8.17f8 Suspend: 1 Teb: 00000092`f9c85000 Unfrozen Child-SP RetAddr Call Site 00000092`fadff6f8 00007ffc`eaa8411a ntdll!NtFsControlFile+0x14 00000092`fadff700 00007ff6`9d2f17ab KERNELBASE!ConnectNamedPipe+0x6a 00000092`fadff770 00007ffc`ec104de0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 00000092`fadff870 00007ffc`ecebec4b KERNEL32!BaseThreadInitThunk+0x10 00000092`fadff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 4 Id: 1ec8.1ab4 Suspend: 1 Teb: 00000092`f9c87000 Unfrozen Child-SP RetAddr Call Site 00000092`fb1ff828 00007ffc`eaa3d77e ntdll!NtWaitForSingleObject+0x14 00000092`fb1ff830 00007ff6`9d2f324c KERNELBASE!WaitForSingleObjectEx+0x8e 00000092`fb1ff8d0 00007ffc`ec104de0 postgres!pg_timer_thread( void * param = 0x00000000`00000000)+0x4c [c:\cirrus\src\backend\port\win32\timer.c @ 48] 00000092`fb1ff910 00007ffc`ecebec4b KERNEL32!BaseThreadInitThunk+0x10 00000092`fb1ff940 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 5 Id: 1ec8.1b00 Suspend: 1 Teb: 00000092`f9c89000 Unfrozen Child-SP RetAddr Call Site 00000092`fb5ff7b8 00007ffc`e98df6cb ntdll!NtRemoveIoCompletion+0x14 00000092`fb5ff7c0 00007ffc`ec104de0 mswsock!SockAsyncThread+0x9b 00000092`fb5ff820 00007ffc`ecebec4b KERNEL32!BaseThreadInitThunk+0x10 00000092`fb5ff850 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 00000092f9c7e000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff69ce70000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007ffcecfb4100 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 000002023d4b6970 . 000002023d525400 Ldr.InLoadOrderModuleList: 000002023d4b6af0 . 000002023d5253e0 Ldr.InMemoryOrderModuleList: 000002023d4b6b00 . 000002023d5253f0 Base TimeStamp Module 7ff69ce70000 65ec856b Mar 09 15:51:07 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7ffcece40000 4e78cc15 Sep 20 17:23:33 2011 C:\Windows\SYSTEM32\ntdll.dll 7ffcec0f0000 5f760161 Oct 01 16:18:41 2020 C:\Windows\System32\KERNEL32.DLL 7ffceaa00000 5ed2a32e May 30 18:17:18 2020 C:\Windows\System32\KERNELBASE.dll 7ffcec430000 56e83747 Mar 15 16:24:39 2016 C:\Windows\System32\WS2_32.dll 7ffceb690000 3e4a953b Feb 12 18:40:59 2003 C:\Windows\System32\RPCRT4.dll 7ffcec4b0000 eab4ec1c Oct 12 12:37:48 2094 C:\Windows\System32\WLDAP32.dll 7ffcea610000 dacb234c Apr 27 11:38:52 2086 C:\Windows\System32\ucrtbase.dll 7ffcec030000 99ad5056 Sep 14 02:45:42 2051 C:\Windows\System32\ADVAPI32.dll 7ffcecc80000 68e1e0af Oct 05 03:06:23 2025 C:\Windows\System32\msvcrt.dll 7ffcebd00000 d216d41b Sep 10 06:30:51 2081 C:\Windows\System32\sechost.dll 7ffcd5670000 64ca6417 Aug 02 14:11:35 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7ffcd5320000 64ca6400 Aug 02 14:11:12 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7ffceb7b0000 7adc0d2f Apr 26 23:07:27 2035 C:\Windows\System32\USER32.dll 7ffcea7a0000 2979174f Jan 19 06:14:39 1992 C:\Windows\System32\win32u.dll 7ffcecd50000 e278ba10 May 27 10:06:08 2090 C:\Windows\System32\GDI32.dll 7ffcea7d0000 a1c555e2 Jan 02 18:45:54 2056 C:\Windows\System32\gdi32full.dll 7ffcea960000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7ffce85c0000 b9c87257 Oct 08 11:30:31 2068 C:\Windows\SYSTEM32\Secur32.dll 7ffcdb2c0000 61b17c25 Dec 09 03:46:45 2021 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7ffcd5720000 b6102be9 Oct 17 03:52:09 2066 C:\Windows\SYSTEM32\ucrtbased.dll 7ffce61b0000 61b17c25 Dec 09 03:46:45 2021 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7ffce9db0000 54815dbf Dec 05 07:24:47 2014 C:\Windows\SYSTEM32\SSPICLI.DLL 7ffce98d0000 06d626ed Aug 20 12:32:45 1973 C:\Windows\system32\mswsock.dll 7ffcdb1d0000 7406c981 Sep 08 02:44:17 2031 C:\Windows\system32\wshunix.dll 7ffce9b30000 b497ecf4 Jan 04 18:31:16 2066 C:\Windows\SYSTEM32\CRYPTSP.dll 7ffce9430000 0ca66aee Sep 22 09:35:42 1976 C:\Windows\system32\rsaenh.dll 7ffce9b20000 889c9ae0 Aug 18 08:50:40 2042 C:\Windows\SYSTEM32\CRYPTBASE.dll 7ffcea720000 4be8491d May 10 17:57:49 2010 C:\Windows\System32\bcryptPrimitives.dll 7ffce8610000 65ec856c Mar 09 15:51:08 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\utf8_and_win.dll 7ffcd7550000 65ec8583 Mar 09 15:51:31 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\postgres_fdw.dll 7ffcd8330000 65ec8549 Mar 09 15:50:33 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\libpq.dll 7ffcec520000 f965f342 Aug 05 08:03:14 2102 C:\Windows\System32\SHELL32.dll 7ffcdf100000 bb4bc69e Jul 29 06:37:18 2069 C:\Windows\SYSTEM32\windows.storage.dll 7ffceb970000 363ace5f Oct 31 08:46:23 1998 C:\Windows\System32\combase.dll 7ffceb480000 e28c8874 Jun 11 10:39:48 2090 C:\Windows\System32\SHCORE.dll 7ffcebee0000 25c81d19 Feb 01 11:27:21 1990 C:\Windows\System32\shlwapi.dll 7ffcd7370000 65ec8575 Mar 09 15:51:17 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\plpgsql.dll SubSystemData: 0000000000000000 ProcessHeap: 000002023d4b0000 ProcessParameters: 000002023d4bd3b0 CurrentDirectory: 'C:\cirrus\build\testrun\postgres_fdw\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" "--forkbackend" "5384"' DllPath: '< Name not readable >' Environment: 000002023d4b11f0 =C:=C:\cirrus\build\testrun\postgres_fdw\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.26.3.1 DEVENVDIR=C:\BuildTools\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-vs-2019-2023-08-22t00-33-26 INCLUDE=C:\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\cppwinrt LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LIB=C:\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.20348.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.20348.0\um\x64 LIBPATH=C:\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.20348.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.20348.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 LOCALAPPDATA=C:\Windows\system32\config\systemprofile\AppData\Local NUMBER_OF_PROCESSORS=4 OS=Windows_NT PATH=C:/cirrus/build/tmp_install/usr/local/pgsql/bin;C:\cirrus\build\contrib\postgres_fdw;C:\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\BuildTools\Common7\IDE\;C:\BuildTools\Common7\Tools\;C:\BuildTools\VC\Auxiliary\Build;C:\zstd\zstd-v1.5.2-win64;C:\zlib;C:\lz4;C:\icu;C:\winflexbison;C:\strawberry\5.26.3.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=40039 PGSYSCONFDIR=/usr/local/pgsql/etc PGTZ=PST8PDT PG_ABS_BUILDDIR=C:/cirrus/build/testrun/postgres_fdw/regress PG_ABS_SRCDIR=C:/cirrus/contrib/postgres_fdw 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.20348.0 UNIVERSALCRTSDKDIR=C:\Program Files (x86)\Windows Kits\10\ USERDOMAIN=WORKGROUP USERNAME=BUILD-PG-CI-WIN$ USERPROFILE=C:\Windows\system32\config\systemprofile VCIDEINSTALLDIR=C:\BuildTools\Common7\IDE\VC\ VCINSTALLDIR=C:\BuildTools\VC\ VCTOOLSINSTALLDIR=C:\BuildTools\VC\Tools\MSVC\14.29.30133\ VCTOOLSREDISTDIR=C:\BuildTools\VC\Redist\MSVC\14.29.30133\ VCTOOLSVERSION=14.29.30133 VISUALSTUDIOVERSION=16.0 VS160COMNTOOLS=C:\BuildTools\Common7\Tools\ VSCMD_ARG_APP_PLAT=Desktop VSCMD_ARG_HOST_ARCH=x64 VSCMD_ARG_TGT_ARCH=x64 VSCMD_VER=16.11.29 VSINSTALLDIR=C:\BuildTools\ WINDIR=C:\Windows CIRRUS_WORKING_DIR=c:/cirrus GITHUB_CHECK_SUITE_ID=21552304637 CIRRUS_LAST_GREEN_BUILD_ID=6558181954945024 CIRRUS_COMMIT_MESSAGE=[CF 47/4583] Mark expressions nullable by grouping sets This commit was automatically generated by a robot at cfbot.cputube.org. It is based on patches submitted to the PostgreSQL mailing lists and registered in the PostgreSQL Commitfest application. This branch will be overwritten each time a new patch version is posted to the email thread, and also periodically to check for bitrot caused by changes on the master branch. Commitfest entry: https://commitfest.postgresql.org/47/4583 Patch(es): https://www.postgresql.org/message-id/CAMbWs49NXEwP_xp6hmjax5R88g0UbeRT1=5_tX0=j_EcdbSV_A@mail.gmail.com Author(s): Richard Guo TEMP_CONFIG=c:/cirrus/src/tools/ci/pg_ci_base.conf CIRRUS_CI=true PG_REGRESS_SOCK_DIR=c:/cirrus/ CHECKFLAGS=-Otarget CIRRUS_CHANGE_IN_REPO=ba736dcfbd5dfd0ac750852f03ea0404c0ffea62 REPO_CI_CONFIG_GIT_URL=github.com/postgresql-cfbot/ci-config/gcp_and_macos_workers.yml@main CIRRUS_REPO_OWNER=postgresql-cfbot CIRRUS_RESOLUTION_STRATEGY=SAME_SHA PLATFORM=x64 CPUS=4 CI=true CIRRUS_CPU=4 IMAGE_PROJECT=pg-ci-images CIRRUS_USER_COLLABORATOR=true CIRRUS_TASK_ID=5826560347865088 CIRRUS_CHANGE_TIMESTAMP=1709999179000 CIRRUS_REPO_CLONE_TOKEN=ghs_oUGOKl8jrHLqGDT7DqcvhWbhyCeQS10NeyeT CIRRUS_ARCH=amd64 IMAGE_FAMILY=pg-ci-windows-ci-vs-2019 CIRRUS_CHANGE_MESSAGE=[CF 47/4583] Mark expressions nullable by grouping sets This commit was automatically generated by a robot at cfbot.cputube.org. It is based on patches submitted to the PostgreSQL mailing lists and registered in the PostgreSQL Commitfest application. This branch will be overwritten each time a new patch version is posted to the email thread, and also periodically to check for bitrot caused by changes on the master branch. Commitfest entry: https://commitfest.postgresql.org/47/4583 Patch(es): https://www.postgresql.org/message-id/CAMbWs49NXEwP_xp6hmjax5R88g0UbeRT1=5_tX0=j_EcdbSV_A@mail.gmail.com Author(s): Richard Guo CONTINUOUS_INTEGRATION=true MTEST_ARGS=--print-errorlogs --no-rebuild -C build CIRRUS_BUILD_SOURCE=github CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMTksIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjU4MjY1NjAzNDc4NjUwODgiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNvbW1pdGZlc3QvNDcvNDU4MyIsInBsYXRmb3JtIjoiZ2l0aHViIiwiYXVkIjoiaHR0cHM6Ly9jaXJydXMtY2kuY29tL2dpdGh1Yi9wb3N0Z3Jlc3FsLWNmYm90IiwibmJmIjoxNzA5OTk5Mzc1LCJidWlsZF9pZCI6IjU2NDg4NDM4NjIxNzk4NDAiLCJ1c2VyX3Blcm1pc3Npb24iOiJhZG1pbiIsInJlcG9zaXRvcnlfaWQiOiI1MzA5NDI5OTEyNDM2NzM2IiwiZXhwIjoxNzEwMDAzNTc1LCJpYXQiOjE3MDk5OTkzNzUsInVzZXJfY29sbGFib3JhdG9yIjoidHJ1ZSIsImp0aSI6IjkxNDI5YTYzLWJjZWMtNGRhNi1hOTc5LWRlYzQ4ZDZjMTJhYyIsImNoYW5nZV9pbl9yZXBvIjoiYmE3MzZkY2ZiZDVkZmQwYWM3NTA4NTJmMDNlYTA0MDRjMGZmZWE2MiJ9.ptqgK9KV2tYSwJ4IUAOeFs97VO7uoHRmcpGHWVpA4UWQv9FOW4qerrv1Nf-BzLNErM-gAsBOpvTKERlcPZC0p8GuK9oOAlYuXG0dsSRaYXXGu-ajtM95z75K-Pao0B8EhHCTJeMeCIbL2hwtEObSmEQZx_8ca68biGVr5Qn1MrttumS2Zm-cbKRXaf8tnvYCR4gTH3b191FWIWXLLzQgL0ahDfudqaiuxZhZv6gGcXHXMWI06_qqhQ88x2aTejvMEoV_4KUzjZwb-8a92e5av5a-bGM8vD666beNKqVbBQkXKTOJsP6ex207bsobKMSf0rGjF1oFHibfu44lrX_XBQ CIRRUS_WINDOWS_ERROR_MODE=0x8001 CIRRUS_BUILD_ID=5648843862179840 CIRRUS_CHANGE_TITLE=[CF 47/4583] Mark expressions nullable by grouping sets CIRRUS_REPO_CLONE_URL=https://github.com/postgresql-cfbot/postgresql.git CI_NODE_INDEX=5 PG_TEST_USE_UNIX_SOCKETS=1 CI_NODE_TOTAL=8 CIRRUS_OS=windows CHECK=check-world PROVE_FLAGS=--timer TERM=xterm-256color BRANCH=commitfest/47/4583 LANG=en_US.UTF-8 CIRRUS_LOG_TIMESTAMP=true TAR=c:/windows/system32/tar.exe CIRRUS_DEFAULT_BRANCH=master CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-5826560347865088-35348ac4-c605-446b-89b7-b4bde5b36cd6 CIRRUS_CLONE_DEPTH=500 CIRRUS_USER_PERMISSION=admin PG_TEST_EXTRA=kerberos ldap ssl load_balance CIRRUS_LAST_GREEN_CHANGE=c43dede8492adddff73cadfab90a52bc9a50568c CIRRUS_REPO_NAME=postgresql CIRRUS_REPO_CLONE_HOST=github.com CONTAINER_REPO=us-docker.pkg.dev/pg-ci-images/ci CIRRUS_REPO_FULL_NAME=postgresql-cfbot/postgresql CCACHE_MAXSIZE=250M DISK_SIZE=50 PGCTLTIMEOUT=120 PROVE_FLAGS=--timer GCP_PROJECT=pg-ci-images CIRRUS_TASK_NAME=Windows - Server 2019, VS 2019 - Meson & ninja TEST_JOBS=8 CIRRUS_BRANCH=commitfest/47/4583 CIRRUS_REPO_ID=5309429912436736 WINDOWSLIBPATH=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.20348.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.20348.0 WINDOWSSDKBINPATH=C:\Program Files (x86)\Windows Kits\10\bin\ WINDOWSSDKDIR=C:\Program Files (x86)\Windows Kits\10\ WINDOWSSDKLIBVERSION=10.0.20348.0\ WINDOWSSDKVERBINPATH=C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\ WINDOWSSDKVERSION=10.0.20348.0\ __DOTNET_ADD_64BIT=1 __DOTNET_PREFERRED_BITNESS=64 __VSCMD_PREINIT_PATH=C:\BuildTools\VC\Auxiliary\Build;C:\zstd\zstd-v1.5.2-win64;C:\zlib;C:\lz4;C:\icu;C:\winflexbison;C:\strawberry\5.26.3.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 MALLOC_PERTURB_=8 TESTDATADIR=C:\cirrus\build/testrun/postgres_fdw/regress\data TESTLOGDIR=C:\cirrus\build/testrun/postgres_fdw/regress\log Closing open log file c:/cirrus/crashlog-postgres.exe_1e74_2024-03-09_15-55-40-046.txt