Opened log file 'c:/cirrus/crashlog-postgres.exe_0578_2024-03-19_22-55-22-819.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: 1a80.144c Suspend: 1 Teb: 00000019`6285c000 Unfrozen Child-SP RetAddr Call Site 00000019`62dff180 00007ff6`60898038 postgres!equal( void * a = 0xffffffff`fedf1938, void * b = 0x00000168`fedee708)+0x44 [c:\cirrus\src\backend\nodes\equalfuncs.c @ 239] 00000019`62dff1c0 00007ff6`60954ea1 postgres!list_member( struct List * list = 0x00000168`fedf19a8, void * datum = 0x00000168`fedee708)+0xc8 [c:\cirrus\src\backend\nodes\list.c @ 670] 00000019`62dff210 00007ff6`60954f67 postgres!add_new_column_to_pathtarget( struct PathTarget * target = 0x00000168`fedf18c8, struct Expr * expr = 0x00000168`fedee708)+0x21 [c:\cirrus\src\backend\optimizer\util\tlist.c @ 743] 00000019`62dff240 00007ff6`60909f6e postgres!add_new_columns_to_pathtarget( struct PathTarget * target = 0x00000168`fedf18c8, struct List * exprs = 0x00000168`fedf1ad8)+0x97 [c:\cirrus\src\backend\optimizer\util\tlist.c @ 761] 00000019`62dff2a0 00007ff6`609027e8 postgres!make_group_input_target( struct PlannerInfo * root = 0x00000168`fede68e8, struct PathTarget * final_target = 0x00000168`fedf1768)+0x1ee [c:\cirrus\src\backend\optimizer\plan\planner.c @ 5475] 00000019`62dff320 00007ff6`60901837 postgres!grouping_planner( struct PlannerInfo * root = 0x00000168`fede68e8, double tuple_fraction = 0)+0x7f8 [c:\cirrus\src\backend\optimizer\plan\planner.c @ 1577] 00000019`62dff600 00007ff6`608ffc26 postgres!subquery_planner( struct PlannerGlobal * glob = 0x00000168`fea5bf68, struct Query * parse = 0x00000168`fea5bcf8, struct PlannerInfo * parent_root = 0x00000000`00000000, bool hasRecursion = false, double tuple_fraction = 0)+0x11b7 [c:\cirrus\src\backend\optimizer\plan\planner.c @ 1090] 00000019`62dff790 00007ff6`608fef1c postgres!standard_planner( struct Query * parse = 0x00000168`fea5bcf8, char * query_string = 0x00000168`fea5a240 "select a, b, grouping(a,b), sum(v), count(*), max(v). from gstest1 group by rollup (a,b);", int cursorOptions = 0n2048, struct ParamListInfoData * boundParams = 0x00000000`00000000)+0x296 [c:\cirrus\src\backend\optimizer\plan\planner.c @ 412] 00000019`62dff8d0 00007ff6`60ac9334 postgres!planner( struct Query * parse = 0x00000168`fea5bcf8, char * query_string = 0x00000168`fea5a240 "select a, b, grouping(a,b), sum(v), count(*), max(v). from gstest1 group by rollup (a,b);", int cursorOptions = 0n2048, struct ParamListInfoData * boundParams = 0x00000000`00000000)+0x5c [c:\cirrus\src\backend\optimizer\plan\planner.c @ 280] 00000019`62dff910 00007ff6`60ac94ea postgres!pg_plan_query( struct Query * querytree = 0x00000168`fea5bcf8, char * query_string = 0x00000168`fea5a240 "select a, b, grouping(a,b), sum(v), count(*), max(v). from gstest1 group by rollup (a,b);", int cursorOptions = 0n2048, struct ParamListInfoData * boundParams = 0x00000000`00000000)+0x84 [c:\cirrus\src\backend\tcop\postgres.c @ 904] 00000019`62dff950 00007ff6`60acd00e postgres!pg_plan_queries( struct List * querytrees = 0x00000168`fedeb188, char * query_string = 0x00000168`fea5a240 "select a, b, grouping(a,b), sum(v), count(*), max(v). from gstest1 group by rollup (a,b);", int cursorOptions = 0n2048, struct ParamListInfoData * boundParams = 0x00000000`00000000)+0x15a [c:\cirrus\src\backend\tcop\postgres.c @ 996] 00000019`62dff9c0 00007ff6`60acac1d postgres!exec_simple_query( char * query_string = 0x00000168`fea5a240 "select a, b, grouping(a,b), sum(v), count(*), max(v). from gstest1 group by rollup (a,b);")+0x43e [c:\cirrus\src\backend\tcop\postgres.c @ 1193] 00000019`62dffb00 00007ff6`60ac543d postgres!PostgresMain( char * dbname = 0x00000168`fe073948 "regression", char * username = 0x00000168`fe0b96a0 "SYSTEM")+0x81d [c:\cirrus\src\backend\tcop\postgres.c @ 4684] 00000019`62dffd10 00007ff6`609ce4b7 postgres!BackendMain( char * startup_data = 0x00000168`fe073930 "", unsigned int64 startup_data_len = 4)+0x11d [c:\cirrus\src\backend\tcop\backend_startup.c @ 102] 00000019`62dffd50 00007ff6`60894454 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x00000168`fe052b20)+0x2a7 [c:\cirrus\src\backend\postmaster\launch_backend.c @ 670] 00000019`62dffdc0 00007ff6`60e590e9 postgres!main( int argc = 0n3, char ** argv = 0x00000168`fe052b20)+0x2f4 [c:\cirrus\src\backend\main\main.c @ 189] 00000019`62dffe00 00007ff6`60e5903e postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 00000019`62dffe50 00007ff6`60e58efe postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 00000019`62dffec0 00007ff6`60e5915e postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 00000019`62dffef0 00007ff9`4ae34de0 postgres!mainCRTStartup( void * __formal = 0x00000019`6285b000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 00000019`62dfff20 00007ff9`4b35ec4b KERNEL32!BaseThreadInitThunk+0x10 00000019`62dfff50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 1a80.1598 Suspend: 1 Teb: 00000019`6285e000 Unfrozen Child-SP RetAddr Call Site 00000019`631ffa38 00007ff9`4b2eb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000019`631ffa40 00007ff9`4ae34de0 ntdll!TppWorkerThread+0x2df 00000019`631ffd30 00007ff9`4b35ec4b KERNEL32!BaseThreadInitThunk+0x10 00000019`631ffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 1a80.724 Suspend: 1 Teb: 00000019`62860000 Unfrozen Child-SP RetAddr Call Site 00000019`635ff7e8 00007ff9`48a2411a ntdll!NtFsControlFile+0x14 00000019`635ff7f0 00007ff6`609c2cfb KERNELBASE!ConnectNamedPipe+0x6a 00000019`635ff860 00007ff9`4ae34de0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 00000019`635ff960 00007ff9`4b35ec4b KERNEL32!BaseThreadInitThunk+0x10 00000019`635ff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 1a80.f28 Suspend: 1 Teb: 00000019`62862000 Unfrozen Child-SP RetAddr Call Site 00000019`639ffd28 00007ff9`489dd77e ntdll!NtWaitForSingleObject+0x14 00000019`639ffd30 00007ff6`609c479c KERNELBASE!WaitForSingleObjectEx+0x8e 00000019`639ffdd0 00007ff9`4ae34de0 postgres!pg_timer_thread( void * param = 0x00000000`00000000)+0x4c [c:\cirrus\src\backend\port\win32\timer.c @ 48] 00000019`639ffe10 00007ff9`4b35ec4b KERNEL32!BaseThreadInitThunk+0x10 00000019`639ffe40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 4 Id: 1a80.1a0c Suspend: 1 Teb: 00000019`62864000 Unfrozen Child-SP RetAddr Call Site 00000019`63dff808 00007ff9`4b2eb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000019`63dff810 00007ff9`4ae34de0 ntdll!TppWorkerThread+0x2df 00000019`63dffb00 00007ff9`4b35ec4b KERNEL32!BaseThreadInitThunk+0x10 00000019`63dffb30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 000000196285b000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff660540000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007ff94b454100 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 00000168fe046930 . 00000168fe0b2f50 Ldr.InLoadOrderModuleList: 00000168fe046ab0 . 00000168fe0b2f30 Ldr.InMemoryOrderModuleList: 00000168fe046ac0 . 00000168fe0b2f40 Base TimeStamp Module 7ff660540000 65fa1788 Mar 19 22:54:00 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7ff94b2e0000 4e78cc15 Sep 20 17:23:33 2011 C:\Windows\SYSTEM32\ntdll.dll 7ff94ae20000 5f760161 Oct 01 16:18:41 2020 C:\Windows\System32\KERNEL32.DLL 7ff9489a0000 5ed2a32e May 30 18:17:18 2020 C:\Windows\System32\KERNELBASE.dll 7ff94a340000 56e83747 Mar 15 16:24:39 2016 C:\Windows\System32\WS2_32.dll 7ff94ad00000 3e4a953b Feb 12 18:40:59 2003 C:\Windows\System32\RPCRT4.dll 7ff94a220000 eab4ec1c Oct 12 12:37:48 2094 C:\Windows\System32\WLDAP32.dll 7ff948890000 dacb234c Apr 27 11:38:52 2086 C:\Windows\System32\ucrtbase.dll 7ff9499b0000 99ad5056 Sep 14 02:45:42 2051 C:\Windows\System32\ADVAPI32.dll 7ff94af90000 68e1e0af Oct 05 03:06:23 2025 C:\Windows\System32\msvcrt.dll 7ff94aef0000 d216d41b Sep 10 06:30:51 2081 C:\Windows\System32\sechost.dll 7ff934200000 64ca6417 Aug 02 14:11:35 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7ff933660000 64ca6400 Aug 02 14:11:12 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7ff94b060000 7adc0d2f Apr 26 23:07:27 2035 C:\Windows\System32\USER32.dll 7ff948f40000 2979174f Jan 19 06:14:39 1992 C:\Windows\System32\win32u.dll 7ff949a70000 e278ba10 May 27 10:06:08 2090 C:\Windows\System32\GDI32.dll 7ff948d10000 a1c555e2 Jan 02 18:45:54 2056 C:\Windows\System32\gdi32full.dll 7ff948e30000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7ff93adb0000 b9c87257 Oct 08 11:30:31 2068 C:\Windows\SYSTEM32\Secur32.dll 7ff936df0000 61b17c25 Dec 09 03:46:45 2021 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7ff9339b0000 b6102be9 Oct 17 03:52:09 2066 C:\Windows\SYSTEM32\ucrtbased.dll 7ff944c10000 61b17c25 Dec 09 03:46:45 2021 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7ff948250000 54815dbf Dec 05 07:24:47 2014 C:\Windows\SYSTEM32\SSPICLI.DLL 7ff947d70000 06d626ed Aug 20 12:32:45 1973 C:\Windows\system32\mswsock.dll 7ff936d40000 7406c981 Sep 08 02:44:17 2031 C:\Windows\system32\wshunix.dll 7ff947fd0000 b497ecf4 Jan 04 18:31:16 2066 C:\Windows\SYSTEM32\CRYPTSP.dll 7ff9478d0000 0ca66aee Sep 22 09:35:42 1976 C:\Windows\system32\rsaenh.dll 7ff947fc0000 889c9ae0 Aug 18 08:50:40 2042 C:\Windows\SYSTEM32\CRYPTBASE.dll 7ff949190000 4be8491d May 10 17:57:49 2010 C:\Windows\System32\bcryptPrimitives.dll 7ff9376a0000 65fa1789 Mar 19 22:54:01 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\utf8_and_win.dll 7ff937650000 65fa1792 Mar 19 22:54:10 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\plpgsql.dll SubSystemData: 0000000000000000 ProcessHeap: 00000168fe040000 ProcessParameters: 00000168fe04d370 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="backend" 4244' DllPath: '< Name not readable >' Environment: 00000168fe0411f0 =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.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\src/test\regress;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=40048 PGSYSCONFDIR=/usr/local/pgsql/etc PGTZ=PST8PDT 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.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 IMAGE_PROJECT=pg-ci-images CIRRUS_CPU=4 CIRRUS_TASK_ID=6506100275544064 REPO_CI_CONFIG_GIT_URL=github.com/postgresql-cfbot/ci-config/gcp_and_macos_workers.yml@main CIRRUS_DEFAULT_BRANCH=master CHECKFLAGS=-Otarget CIRRUS_BUILD_ID=6221013969534976 CIRRUS_WINDOWS_ERROR_MODE=0x8001 CIRRUS_TASK_NAME=Windows - Server 2019, VS 2019 - Meson & ninja 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 TEST_JOBS=8 CIRRUS_ARCH=amd64 CIRRUS_REPO_CLONE_URL=https://github.com/postgresql-cfbot/postgresql.git DISK_SIZE=50 CIRRUS_REPO_FULL_NAME=postgresql-cfbot/postgresql CPUS=4 TERM=xterm-256color CIRRUS_LAST_GREEN_BUILD_ID=6558181954945024 CCACHE_MAXSIZE=250M TAR=c:/windows/system32/tar.exe CI=true CIRRUS_CHANGE_IN_REPO=273d3e34fddf56112ad4d66ce069976f22f6f18e CIRRUS_USER_PERMISSION=admin CIRRUS_REPO_NAME=postgresql PG_REGRESS_SOCK_DIR=c:/cirrus/ CIRRUS_CHANGE_TIMESTAMP=1710888560000 CIRRUS_CHANGE_TITLE=[CF 47/4583] Mark expressions nullable by grouping sets CIRRUS_REPO_OWNER=postgresql-cfbot GCP_PROJECT=pg-ci-images LANG=en_US.UTF-8 CI_NODE_INDEX=5 PROVE_FLAGS=--timer CIRRUS_REPO_ID=5309429912436736 CIRRUS_BRANCH=commitfest/47/4583 CONTINUOUS_INTEGRATION=true CIRRUS_RESOLUTION_STRATEGY=SAME_SHA CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 TEMP_CONFIG=c:/cirrus/src/tools/ci/pg_ci_base.conf PGCTLTIMEOUT=120 CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMTksIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjY1MDYxMDAyNzU1NDQwNjQiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNvbW1pdGZlc3QvNDcvNDU4MyIsInBsYXRmb3JtIjoiZ2l0aHViIiwiYXVkIjoiaHR0cHM6Ly9jaXJydXMtY2kuY29tL2dpdGh1Yi9wb3N0Z3Jlc3FsLWNmYm90IiwibmJmIjoxNzEwODg4NzU5LCJidWlsZF9pZCI6IjYyMjEwMTM5Njk1MzQ5NzYiLCJ1c2VyX3Blcm1pc3Npb24iOiJhZG1pbiIsInJlcG9zaXRvcnlfaWQiOiI1MzA5NDI5OTEyNDM2NzM2IiwiZXhwIjoxNzEwODkyOTU5LCJpYXQiOjE3MTA4ODg3NTksInVzZXJfY29sbGFib3JhdG9yIjoidHJ1ZSIsImp0aSI6IjQzOTI1MTZmLTk0NGEtNDUxNS04MGM2LWY2OTUxZjhjOTcxYyIsImNoYW5nZV9pbl9yZXBvIjoiMjczZDNlMzRmZGRmNTYxMTJhZDRkNjZjZTA2OTk3NmYyMmY2ZjE4ZSJ9.hCAOWUGMREJyY-UsAqFkE7CWM4J8tBXRdbaIfLyC8y7Dchg_D_DDz-sBvFkochp05AupzufNILNUod32BSGTdLsZxupzealuCURyPCZf6MlctT3Oblvpqcc0nBpDKE140JjL5J-RVYfUdU0_lrGpoeqsM_Cnq0O9dPx2xOa2b7PyCOx8V23e0NmFJB32YDBrCZLfjEBo2g6mmzW-65TF7ME4iU0b9Eia7Ud5boHW6GOKuedpozeRJGwY_qZYSYyq8T1_5zGm8hQ8k-L6wuAEa3SdXI-qz7EpjfFC8ZLxXkATh4tv-JYoJYll9_aCumzg5sZWM_ea_d5b1z7S_mm_Ng CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-6506100275544064-3d681784-15cb-46e1-9f75-9cb61d998c1d MTEST_ARGS=--print-errorlogs --no-rebuild -C build CI_NODE_TOTAL=8 IMAGE_FAMILY=pg-ci-windows-ci-vs-2019 CIRRUS_WORKING_DIR=c:/cirrus CIRRUS_CI=true 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 PG_TEST_EXTRA=kerberos ldap ssl load_balance CIRRUS_REPO_CLONE_TOKEN=ghs_8DQ4zcwh5YP6Q3KdmMJT1PS4yP8MTp3QzRbg CIRRUS_REPO_CLONE_HOST=github.com CIRRUS_CLONE_DEPTH=500 CIRRUS_USER_COLLABORATOR=true CHECK=check-world PROVE_FLAGS=--timer PG_TEST_USE_UNIX_SOCKETS=1 CIRRUS_OS=windows CIRRUS_LOG_TIMESTAMP=true BRANCH=commitfest/47/4583 CIRRUS_BUILD_SOURCE=github CIRRUS_LAST_GREEN_CHANGE=c43dede8492adddff73cadfab90a52bc9a50568c GITHUB_CHECK_SUITE_ID=21898629880 PLATFORM=x64 CONTAINER_REPO=us-docker.pkg.dev/pg-ci-images/ci 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_=34 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_0578_2024-03-19_22-55-22-819.txt